Class ObjectSortedSets.Singleton<K>

All Implemented Interfaces:
ObjectBidirectionalIterable<K>, ObjectCollection<K>, ObjectIterable<K>, ObjectSet<K>, ObjectSortedSet<K>, Serializable, Cloneable, Iterable<K>, Collection<K>, Set<K>, SortedSet<K>
Enclosing class:
ObjectSortedSets

public static class ObjectSortedSets.Singleton<K> extends ObjectSets.Singleton<K> implements ObjectSortedSet<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: