Schnittstelle Int2FloatSortedMap

Alle Superschnittstellen:
Int2FloatFunction, Int2FloatMap, Map<Integer,Float>, SortedMap<Integer,Float>
Alle bekannten Unterschnittstellen:
Int2FloatNavigableMap
Alle bekannten Implementierungsklassen:
Int2FloatAVLTreeMap, Int2FloatMaps.SynchronizedNavigableMap, Int2FloatMaps.SynchronizedSortedMap, Int2FloatMaps.UnmodifyableNavigableMap, Int2FloatMaps.UnmodifyableSortedMap, Int2FloatRBTreeMap

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