Schnittstelle Short2ShortSortedMap

Alle Superschnittstellen:
Map<Short,Short>, Short2ShortMap, ShortUnaryOperator, SortedMap<Short,Short>
Alle bekannten Unterschnittstellen:
Short2ShortNavigableMap
Alle bekannten Implementierungsklassen:
Short2ShortAVLTreeMap, Short2ShortMaps.SynchronizedNavigableMap, Short2ShortMaps.SynchronizedSortedMap, Short2ShortMaps.UnmodifyableNavigableMap, Short2ShortMaps.UnmodifyableSortedMap, Short2ShortRBTreeMap

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