Interface Int2DoubleSortedMap

All Superinterfaces:
Function<Integer,Double>, Function<Integer,Double>, Int2DoubleFunction, Int2DoubleMap, IntToDoubleFunction, Map<Integer,Double>, SortedMap<Integer,Double>
All Known Implementing Classes:
AbstractInt2DoubleSortedMap, Int2DoubleAVLTreeMap, Int2DoubleLinkedOpenHashMap, Int2DoubleRBTreeMap, Int2DoubleSortedMaps.EmptySortedMap, Int2DoubleSortedMaps.Singleton, Int2DoubleSortedMaps.SynchronizedSortedMap, Int2DoubleSortedMaps.UnmodifiableSortedMap

public interface Int2DoubleSortedMap extends Int2DoubleMap, SortedMap<Integer,Double>
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: