Schnittstelle Object2DoubleSortedMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Map<T,Double>, Object2DoubleMap<T>, SortedMap<T,Double>, ToDoubleFunction<T>, ToDoubleFunction<T>
Alle bekannten Unterschnittstellen:
Object2DoubleNavigableMap<T>
Alle bekannten Implementierungsklassen:
Object2DoubleAVLTreeMap, Object2DoubleMaps.SynchronizedNavigableMap, Object2DoubleMaps.SynchronizedSortedMap, Object2DoubleMaps.UnmodifyableNavigableMap, Object2DoubleMaps.UnmodifyableSortedMap, Object2DoubleRBTreeMap

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