Class ShortSortedSets.Singleton

All Implemented Interfaces:
ShortBidirectionalIterable, ShortCollection, ShortIterable, ShortSet, ShortSortedSet, Serializable, Cloneable, Iterable<Short>, Collection<Short>, Set<Short>, SortedSet<Short>
Enclosing class:
ShortSortedSets

public static class ShortSortedSets.Singleton extends ShortSets.Singleton implements ShortSortedSet, 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: