Interface Float2IntSortedMap

All Superinterfaces:
DoubleToIntFunction, Float2IntFunction, Float2IntMap, Function<Float,Integer>, Function<Float,Integer>, Map<Float,Integer>, SortedMap<Float,Integer>
All Known Implementing Classes:
AbstractFloat2IntSortedMap, Float2IntAVLTreeMap, Float2IntLinkedOpenHashMap, Float2IntRBTreeMap, Float2IntSortedMaps.EmptySortedMap, Float2IntSortedMaps.Singleton, Float2IntSortedMaps.SynchronizedSortedMap, Float2IntSortedMaps.UnmodifiableSortedMap

public interface Float2IntSortedMap extends Float2IntMap, SortedMap<Float,Integer>
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: