Schnittstelle Short2IntSortedMap

Alle Superschnittstellen:
Map<Short,Integer>, Short2IntFunction, Short2IntMap, SortedMap<Short,Integer>
Alle bekannten Unterschnittstellen:
Short2IntNavigableMap
Alle bekannten Implementierungsklassen:
Short2IntAVLTreeMap, Short2IntMaps.SynchronizedNavigableMap, Short2IntMaps.SynchronizedSortedMap, Short2IntMaps.UnmodifyableNavigableMap, Short2IntMaps.UnmodifyableSortedMap, Short2IntRBTreeMap

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