Interface Char2DoubleSortedMap

All Superinterfaces:
Char2DoubleFunction, Char2DoubleMap, Function<Character,Double>, Function<Character,Double>, IntToDoubleFunction, Map<Character,Double>, SortedMap<Character,Double>
All Known Implementing Classes:
AbstractChar2DoubleSortedMap, Char2DoubleAVLTreeMap, Char2DoubleLinkedOpenHashMap, Char2DoubleRBTreeMap, Char2DoubleSortedMaps.EmptySortedMap, Char2DoubleSortedMaps.Singleton, Char2DoubleSortedMaps.SynchronizedSortedMap, Char2DoubleSortedMaps.UnmodifiableSortedMap

public interface Char2DoubleSortedMap extends Char2DoubleMap, SortedMap<Character,Double>
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: