Class AbstractShortSortedSet

All Implemented Interfaces:
ShortBidirectionalIterable, ShortCollection, ShortIterable, ShortSet, ShortSortedSet, Cloneable, Iterable<Short>, Collection<Short>, Set<Short>, SortedSet<Short>
Direct Known Subclasses:
ShortAVLTreeSet, ShortLinkedOpenCustomHashSet, ShortLinkedOpenHashSet, ShortRBTreeSet

public abstract class AbstractShortSortedSet extends AbstractShortSet implements ShortSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.