Interface Short2CharSortedMap

All Superinterfaces:
Function<Short, Character>, Function<Short, Character>, IntUnaryOperator, Map<Short, Character>, SequencedMap<Short, Character>, Short2CharFunction, Short2CharMap, SortedMap<Short, Character>
All Known Implementing Classes:
AbstractShort2CharSortedMap, Short2CharAVLTreeMap, Short2CharLinkedOpenHashMap, Short2CharRBTreeMap, Short2CharSortedMaps.EmptySortedMap, Short2CharSortedMaps.Singleton, Short2CharSortedMaps.SynchronizedSortedMap, Short2CharSortedMaps.UnmodifiableSortedMap

public interface Short2CharSortedMap extends Short2CharMap, SortedMap<Short, Character>
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: