Schnittstelle Double2IntSortedMap

Alle Superschnittstellen:
Double2IntFunction, Double2IntMap, DoubleToIntFunction, Map<Double,Integer>, SortedMap<Double,Integer>
Alle bekannten Unterschnittstellen:
Double2IntNavigableMap
Alle bekannten Implementierungsklassen:
Double2IntAVLTreeMap, Double2IntMaps.SynchronizedNavigableMap, Double2IntMaps.SynchronizedSortedMap, Double2IntMaps.UnmodifyableNavigableMap, Double2IntMaps.UnmodifyableSortedMap, Double2IntRBTreeMap

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