Schnittstelle Short2LongSortedMap

Alle Superschnittstellen:
Map<Short,Long>, Short2LongFunction, Short2LongMap, SortedMap<Short,Long>
Alle bekannten Unterschnittstellen:
Short2LongNavigableMap
Alle bekannten Implementierungsklassen:
Short2LongAVLTreeMap, Short2LongMaps.SynchronizedNavigableMap, Short2LongMaps.SynchronizedSortedMap, Short2LongMaps.UnmodifyableNavigableMap, Short2LongMaps.UnmodifyableSortedMap, Short2LongRBTreeMap

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