Schnittstelle Byte2ShortSortedMap

Alle Superschnittstellen:
Byte2ShortFunction, Byte2ShortMap, Map<Byte,Short>, SortedMap<Byte,Short>
Alle bekannten Unterschnittstellen:
Byte2ShortNavigableMap
Alle bekannten Implementierungsklassen:
Byte2ShortAVLTreeMap, Byte2ShortMaps.SynchronizedNavigableMap, Byte2ShortMaps.SynchronizedSortedMap, Byte2ShortMaps.UnmodifyableNavigableMap, Byte2ShortMaps.UnmodifyableSortedMap, Byte2ShortRBTreeMap

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