Schnittstelle Double2ByteSortedMap

Alle Superschnittstellen:
Double2ByteFunction, Double2ByteMap, Map<Double,Byte>, SortedMap<Double,Byte>
Alle bekannten Unterschnittstellen:
Double2ByteNavigableMap
Alle bekannten Implementierungsklassen:
Double2ByteAVLTreeMap, Double2ByteMaps.SynchronizedNavigableMap, Double2ByteMaps.SynchronizedSortedMap, Double2ByteMaps.UnmodifyableNavigableMap, Double2ByteMaps.UnmodifyableSortedMap, Double2ByteRBTreeMap

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