Interface Object2ShortSortedMap<K>

All Superinterfaces:
Function<K,Short>, Function<K,Short>, Map<K,Short>, Object2ShortFunction<K>, Object2ShortMap<K>, SortedMap<K,Short>, ToIntFunction<K>
All Known Implementing Classes:
AbstractObject2ShortSortedMap, Object2ShortAVLTreeMap, Object2ShortLinkedOpenCustomHashMap, Object2ShortLinkedOpenHashMap, Object2ShortRBTreeMap, Object2ShortSortedMaps.EmptySortedMap, Object2ShortSortedMaps.Singleton, Object2ShortSortedMaps.SynchronizedSortedMap, Object2ShortSortedMaps.UnmodifiableSortedMap

public interface Object2ShortSortedMap<K> extends Object2ShortMap<K>, SortedMap<K,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: