Interface Double2IntSortedMap

All Superinterfaces:
Double2IntFunction, Double2IntMap, DoubleToIntFunction, Function<Double,Integer>, Function<Double,Integer>, Map<Double,Integer>, SortedMap<Double,Integer>
All Known Implementing Classes:
AbstractDouble2IntSortedMap, Double2IntAVLTreeMap, Double2IntLinkedOpenHashMap, Double2IntRBTreeMap, Double2IntSortedMaps.EmptySortedMap, Double2IntSortedMaps.Singleton, Double2IntSortedMaps.SynchronizedSortedMap, Double2IntSortedMaps.UnmodifiableSortedMap

public interface Double2IntSortedMap extends Double2IntMap, SortedMap<Double,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: