Interface Float2ReferenceSortedMap<V>

All Superinterfaces:
DoubleFunction<V>, Float2ReferenceFunction<V>, Float2ReferenceMap<V>, Function<Float,V>, Function<Float,V>, Map<Float,V>, SortedMap<Float,V>
All Known Implementing Classes:
AbstractFloat2ReferenceSortedMap, Float2ReferenceAVLTreeMap, Float2ReferenceLinkedOpenHashMap, Float2ReferenceRBTreeMap, Float2ReferenceSortedMaps.EmptySortedMap, Float2ReferenceSortedMaps.Singleton, Float2ReferenceSortedMaps.SynchronizedSortedMap, Float2ReferenceSortedMaps.UnmodifiableSortedMap

public interface Float2ReferenceSortedMap<V> extends Float2ReferenceMap<V>, SortedMap<Float,V>
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: