Schnittstelle Long2ByteSortedMap

Alle Superschnittstellen:
Long2ByteFunction, Long2ByteMap, Map<Long,Byte>, SortedMap<Long,Byte>
Alle bekannten Unterschnittstellen:
Long2ByteNavigableMap
Alle bekannten Implementierungsklassen:
Long2ByteAVLTreeMap, Long2ByteMaps.SynchronizedNavigableMap, Long2ByteMaps.SynchronizedSortedMap, Long2ByteMaps.UnmodifyableNavigableMap, Long2ByteMaps.UnmodifyableSortedMap, Long2ByteRBTreeMap

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