Interface Reference2ShortSortedMap<K>

All Superinterfaces:
Function<K,Short>, Function<K,Short>, Map<K,Short>, Reference2ShortFunction<K>, Reference2ShortMap<K>, SortedMap<K,Short>, ToIntFunction<K>
All Known Implementing Classes:
AbstractReference2ShortSortedMap, Reference2ShortLinkedOpenHashMap, Reference2ShortSortedMaps.EmptySortedMap, Reference2ShortSortedMaps.Singleton, Reference2ShortSortedMaps.SynchronizedSortedMap, Reference2ShortSortedMaps.UnmodifiableSortedMap

public interface Reference2ShortSortedMap<K> extends Reference2ShortMap<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: