Schnittstelle Int2DoubleSortedMap

Alle Superschnittstellen:
Int2DoubleFunction, Int2DoubleMap, IntToDoubleFunction, Map<Integer,Double>, SortedMap<Integer,Double>
Alle bekannten Unterschnittstellen:
Int2DoubleNavigableMap
Alle bekannten Implementierungsklassen:
Int2DoubleAVLTreeMap, Int2DoubleMaps.SynchronizedNavigableMap, Int2DoubleMaps.SynchronizedSortedMap, Int2DoubleMaps.UnmodifyableNavigableMap, Int2DoubleMaps.UnmodifyableSortedMap, Int2DoubleRBTreeMap

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