Schnittstelle Long2DoubleSortedMap

Alle Superschnittstellen:
Long2DoubleFunction, Long2DoubleMap, LongToDoubleFunction, Map<Long,Double>, SortedMap<Long,Double>
Alle bekannten Unterschnittstellen:
Long2DoubleNavigableMap
Alle bekannten Implementierungsklassen:
Long2DoubleAVLTreeMap, Long2DoubleMaps.SynchronizedNavigableMap, Long2DoubleMaps.SynchronizedSortedMap, Long2DoubleMaps.UnmodifyableNavigableMap, Long2DoubleMaps.UnmodifyableSortedMap, Long2DoubleRBTreeMap

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