Interface Object2CharSortedMap<K>

All Superinterfaces:
Function<K,Character>, Function<K,Character>, Map<K,Character>, Object2CharFunction<K>, Object2CharMap<K>, SortedMap<K,Character>, ToIntFunction<K>
All Known Implementing Classes:
AbstractObject2CharSortedMap, Object2CharAVLTreeMap, Object2CharLinkedOpenCustomHashMap, Object2CharLinkedOpenHashMap, Object2CharRBTreeMap, Object2CharSortedMaps.EmptySortedMap, Object2CharSortedMaps.Singleton, Object2CharSortedMaps.SynchronizedSortedMap, Object2CharSortedMaps.UnmodifiableSortedMap

public interface Object2CharSortedMap<K> extends Object2CharMap<K>, SortedMap<K,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: