Interface Short2IntSortedMap

All Superinterfaces:
Function<Short,Integer>, Function<Short,Integer>, IntUnaryOperator, Map<Short,Integer>, Short2IntFunction, Short2IntMap, SortedMap<Short,Integer>
All Known Implementing Classes:
AbstractShort2IntSortedMap, Short2IntAVLTreeMap, Short2IntLinkedOpenHashMap, Short2IntRBTreeMap, Short2IntSortedMaps.EmptySortedMap, Short2IntSortedMaps.Singleton, Short2IntSortedMaps.SynchronizedSortedMap, Short2IntSortedMaps.UnmodifiableSortedMap

public interface Short2IntSortedMap extends Short2IntMap, SortedMap<Short,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: