Interface Int2CharSortedMap

All Superinterfaces:
Function<Integer,Character>, Function<Integer,Character>, Int2CharFunction, Int2CharMap, IntUnaryOperator, Map<Integer,Character>, SortedMap<Integer,Character>
All Known Implementing Classes:
AbstractInt2CharSortedMap, Int2CharAVLTreeMap, Int2CharLinkedOpenHashMap, Int2CharRBTreeMap, Int2CharSortedMaps.EmptySortedMap, Int2CharSortedMaps.Singleton, Int2CharSortedMaps.SynchronizedSortedMap, Int2CharSortedMaps.UnmodifiableSortedMap

public interface Int2CharSortedMap extends Int2CharMap, SortedMap<Integer,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: