Schnittstelle Short2ByteSortedMap

Alle Superschnittstellen:
Map<Short,Byte>, Short2ByteFunction, Short2ByteMap, SortedMap<Short,Byte>
Alle bekannten Unterschnittstellen:
Short2ByteNavigableMap
Alle bekannten Implementierungsklassen:
Short2ByteAVLTreeMap, Short2ByteMaps.SynchronizedNavigableMap, Short2ByteMaps.SynchronizedSortedMap, Short2ByteMaps.UnmodifyableNavigableMap, Short2ByteMaps.UnmodifyableSortedMap, Short2ByteRBTreeMap

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