Interface Double2ShortSortedMap

All Superinterfaces:
Double2ShortFunction, Double2ShortMap, DoubleToIntFunction, Function<Double,Short>, Function<Double,Short>, Map<Double,Short>, SortedMap<Double,Short>
All Known Implementing Classes:
AbstractDouble2ShortSortedMap, Double2ShortAVLTreeMap, Double2ShortLinkedOpenHashMap, Double2ShortRBTreeMap, Double2ShortSortedMaps.EmptySortedMap, Double2ShortSortedMaps.Singleton, Double2ShortSortedMaps.SynchronizedSortedMap, Double2ShortSortedMaps.UnmodifiableSortedMap

public interface Double2ShortSortedMap extends Double2ShortMap, SortedMap<Double,Short>
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: