Interface Char2ReferenceSortedMap<V>

All Superinterfaces:
Char2ReferenceFunction<V>, Char2ReferenceMap<V>, Function<Character,V>, Function<Character,V>, IntFunction<V>, Map<Character,V>, SortedMap<Character,V>
All Known Implementing Classes:
AbstractChar2ReferenceSortedMap, Char2ReferenceAVLTreeMap, Char2ReferenceLinkedOpenHashMap, Char2ReferenceRBTreeMap, Char2ReferenceSortedMaps.EmptySortedMap, Char2ReferenceSortedMaps.Singleton, Char2ReferenceSortedMaps.SynchronizedSortedMap, Char2ReferenceSortedMaps.UnmodifiableSortedMap

public interface Char2ReferenceSortedMap<V> extends Char2ReferenceMap<V>, SortedMap<Character,V>
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: