Interface Int2FloatSortedMap

All Superinterfaces:
Function<Integer,Float>, Function<Integer,Float>, Int2FloatFunction, Int2FloatMap, IntToDoubleFunction, Map<Integer,Float>, SortedMap<Integer,Float>
All Known Implementing Classes:
AbstractInt2FloatSortedMap, Int2FloatAVLTreeMap, Int2FloatLinkedOpenHashMap, Int2FloatRBTreeMap, Int2FloatSortedMaps.EmptySortedMap, Int2FloatSortedMaps.Singleton, Int2FloatSortedMaps.SynchronizedSortedMap, Int2FloatSortedMaps.UnmodifiableSortedMap

public interface Int2FloatSortedMap extends Int2FloatMap, SortedMap<Integer,Float>
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.

Additionally, this interface strengthens entrySet(), keySet(), values(), comparator(), SortedMap.subMap(Object,Object), SortedMap.headMap(Object) and SortedMap.tailMap(Object).

See Also: