Interface Short2ShortSortedMap

All Superinterfaces:
Function<Short,Short>, Function<Short,Short>, IntUnaryOperator, Map<Short,Short>, Short2ShortFunction, Short2ShortMap, SortedMap<Short,Short>
All Known Implementing Classes:
AbstractShort2ShortSortedMap, Short2ShortAVLTreeMap, Short2ShortLinkedOpenHashMap, Short2ShortRBTreeMap, Short2ShortSortedMaps.EmptySortedMap, Short2ShortSortedMaps.Singleton, Short2ShortSortedMaps.SynchronizedSortedMap, Short2ShortSortedMaps.UnmodifiableSortedMap

public interface Short2ShortSortedMap extends Short2ShortMap, SortedMap<Short,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: