Schnittstelle Double2ObjectSortedMap<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Double2ObjectMap<V>, DoubleFunction<V>, DoubleFunction<V>, Map<Double,V>, SortedMap<Double,V>
Alle bekannten Unterschnittstellen:
Double2ObjectNavigableMap<V>
Alle bekannten Implementierungsklassen:
Double2ObjectAVLTreeMap, Double2ObjectMaps.SynchronizedNavigableMap, Double2ObjectMaps.SynchronizedSortedMap, Double2ObjectMaps.UnmodifyableNavigableMap, Double2ObjectMaps.UnmodifyableSortedMap, Double2ObjectRBTreeMap

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