Schnittstelle Object2FloatSortedMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Map<T,Float>, Object2FloatMap<T>, SortedMap<T,Float>, ToFloatFunction<T>
Alle bekannten Unterschnittstellen:
Object2FloatNavigableMap<T>
Alle bekannten Implementierungsklassen:
Object2FloatAVLTreeMap, Object2FloatMaps.SynchronizedNavigableMap, Object2FloatMaps.SynchronizedSortedMap, Object2FloatMaps.UnmodifyableNavigableMap, Object2FloatMaps.UnmodifyableSortedMap, Object2FloatRBTreeMap

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