Schnittstelle Long2FloatSortedMap

Alle Superschnittstellen:
Long2FloatFunction, Long2FloatMap, Map<Long,Float>, SortedMap<Long,Float>
Alle bekannten Unterschnittstellen:
Long2FloatNavigableMap
Alle bekannten Implementierungsklassen:
Long2FloatAVLTreeMap, Long2FloatMaps.SynchronizedNavigableMap, Long2FloatMaps.SynchronizedSortedMap, Long2FloatMaps.UnmodifyableNavigableMap, Long2FloatMaps.UnmodifyableSortedMap, Long2FloatRBTreeMap

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