Schnittstelle Int2ByteSortedMap

Alle Superschnittstellen:
Int2ByteFunction, Int2ByteMap, Map<Integer,Byte>, SortedMap<Integer,Byte>
Alle bekannten Unterschnittstellen:
Int2ByteNavigableMap
Alle bekannten Implementierungsklassen:
Int2ByteAVLTreeMap, Int2ByteMaps.SynchronizedNavigableMap, Int2ByteMaps.SynchronizedSortedMap, Int2ByteMaps.UnmodifyableNavigableMap, Int2ByteMaps.UnmodifyableSortedMap, Int2ByteRBTreeMap

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