Interface Double2CharSortedMap

All Superinterfaces:
Double2CharFunction, Double2CharMap, DoubleToIntFunction, Function<Double,Character>, Function<Double,Character>, Map<Double,Character>, SortedMap<Double,Character>
All Known Implementing Classes:
AbstractDouble2CharSortedMap, Double2CharAVLTreeMap, Double2CharLinkedOpenHashMap, Double2CharRBTreeMap, Double2CharSortedMaps.EmptySortedMap, Double2CharSortedMaps.Singleton, Double2CharSortedMaps.SynchronizedSortedMap, Double2CharSortedMaps.UnmodifiableSortedMap

public interface Double2CharSortedMap extends Double2CharMap, SortedMap<Double,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: