Schnittstelle Int2ShortSortedMap

Alle Superschnittstellen:
Int2ShortFunction, Int2ShortMap, Map<Integer,Short>, SortedMap<Integer,Short>
Alle bekannten Unterschnittstellen:
Int2ShortNavigableMap
Alle bekannten Implementierungsklassen:
Int2ShortAVLTreeMap, Int2ShortMaps.SynchronizedNavigableMap, Int2ShortMaps.SynchronizedSortedMap, Int2ShortMaps.UnmodifyableNavigableMap, Int2ShortMaps.UnmodifyableSortedMap, Int2ShortRBTreeMap

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