Interface Char2ShortSortedMap

All Superinterfaces:
Char2ShortFunction, Char2ShortMap, Function<Character,Short>, Function<Character,Short>, IntUnaryOperator, Map<Character,Short>, SortedMap<Character,Short>
All Known Implementing Classes:
AbstractChar2ShortSortedMap, Char2ShortAVLTreeMap, Char2ShortLinkedOpenHashMap, Char2ShortRBTreeMap, Char2ShortSortedMaps.EmptySortedMap, Char2ShortSortedMaps.Singleton, Char2ShortSortedMaps.SynchronizedSortedMap, Char2ShortSortedMaps.UnmodifiableSortedMap

public interface Char2ShortSortedMap extends Char2ShortMap, SortedMap<Character,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: