Schnittstelle Byte2LongSortedMap

Alle Superschnittstellen:
Byte2LongFunction, Byte2LongMap, Map<Byte,Long>, SortedMap<Byte,Long>
Alle bekannten Unterschnittstellen:
Byte2LongNavigableMap
Alle bekannten Implementierungsklassen:
Byte2LongAVLTreeMap, Byte2LongMaps.SynchronizedNavigableMap, Byte2LongMaps.SynchronizedSortedMap, Byte2LongMaps.UnmodifyableNavigableMap, Byte2LongMaps.UnmodifyableSortedMap, Byte2LongRBTreeMap

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