Schnittstelle ShortSortedSet

Alle Superschnittstellen:
Collection<Short>, ISizeProvider, Iterable<Short>, Set<Short>, ShortCollection, ShortIterable, ShortSet, SortedSet<Short>
Alle bekannten Unterschnittstellen:
ShortNavigableSet
Alle bekannten Implementierungsklassen:
ShortAVLTreeSet, ShortRBTreeSet

public interface ShortSortedSet extends ShortSet, SortedSet<Short>
A Type Specific SortedSet implementation to reduce boxing/unboxing with a couple extra methods that allow greater control over sets.
Note:
ShortOrderedSet is only extended until 0.6.0 for Compat reasons. The supported classes already implement ShortOrderedSet directly and will remove ShortSortedSet implementations in favor of ShortOrderedSet instead