Class ReferenceSortedSets.Singleton<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.Singleton<K> extends ReferenceSets.Singleton<K> implements ReferenceSortedSet<K>, Serializable, Cloneable
A class representing a singleton sorted set.

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

See Also: