Interface Short2DoubleSortedMap

All Superinterfaces:
Function<Short,Double>, Function<Short,Double>, IntToDoubleFunction, Map<Short,Double>, Short2DoubleFunction, Short2DoubleMap, SortedMap<Short,Double>
All Known Implementing Classes:
AbstractShort2DoubleSortedMap, Short2DoubleAVLTreeMap, Short2DoubleLinkedOpenHashMap, Short2DoubleRBTreeMap, Short2DoubleSortedMaps.EmptySortedMap, Short2DoubleSortedMaps.Singleton, Short2DoubleSortedMaps.SynchronizedSortedMap, Short2DoubleSortedMaps.UnmodifiableSortedMap

public interface Short2DoubleSortedMap extends Short2DoubleMap, SortedMap<Short,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: