Class ReferenceSortedSets.EmptySet<K>

All Implemented Interfaces:
ObjectBidirectionalIterable<K>, ObjectIterable<K>, ReferenceCollection<K>, ReferenceSet<K>, ReferenceSortedSet<K>, Serializable, Cloneable, Iterable<K>, Collection<K>, Set<K>, SortedSet<K>
Enclosing class:
ReferenceSortedSets

public static class ReferenceSortedSets.EmptySet<K> extends ReferenceSets.EmptySet<K> implements ReferenceSortedSet<K>, Serializable, Cloneable
An immutable class representing the empty sorted set and implementing a type-specific set interface.

This class may be useful to implement your own in case you subclass a type-specific sorted set.

See Also: