Schnittstelle Long2ShortSortedMap

Alle Superschnittstellen:
Long2ShortFunction, Long2ShortMap, Map<Long,Short>, SortedMap<Long,Short>
Alle bekannten Unterschnittstellen:
Long2ShortNavigableMap
Alle bekannten Implementierungsklassen:
Long2ShortAVLTreeMap, Long2ShortMaps.SynchronizedNavigableMap, Long2ShortMaps.SynchronizedSortedMap, Long2ShortMaps.UnmodifyableNavigableMap, Long2ShortMaps.UnmodifyableSortedMap, Long2ShortRBTreeMap

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