com.elasticpath.commons.util
Class Collections

java.lang.Object
  extended by com.elasticpath.commons.util.Collections

public class Collections
extends java.lang.Object

A supplement to java.util.Collections.


Field Summary
static java.util.SortedMap EMPTY_SORTED_MAP
          The empty sorted map (immutable).
static java.util.SortedSet EMPTY_SORTED_SET
          The empty sorted set (immutable).
 
Constructor Summary
Collections()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_SORTED_MAP

public static final java.util.SortedMap EMPTY_SORTED_MAP
The empty sorted map (immutable). This map is serializable.


EMPTY_SORTED_SET

public static final java.util.SortedSet EMPTY_SORTED_SET
The empty sorted set (immutable). This set is serializable.

See Also:
#emptySet()
Constructor Detail

Collections

public Collections()