Interface Int2ShortSortedMap

All Superinterfaces:
Function<Integer,Short>, Function<Integer,Short>, Int2ShortFunction, Int2ShortMap, IntUnaryOperator, Map<Integer,Short>, SortedMap<Integer,Short>
All Known Implementing Classes:
AbstractInt2ShortSortedMap, Int2ShortAVLTreeMap, Int2ShortLinkedOpenHashMap, Int2ShortRBTreeMap, Int2ShortSortedMaps.EmptySortedMap, Int2ShortSortedMaps.Singleton, Int2ShortSortedMaps.SynchronizedSortedMap, Int2ShortSortedMaps.UnmodifiableSortedMap

public interface Int2ShortSortedMap extends Int2ShortMap, SortedMap<Integer,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: