Schnittstelle Char2IntSortedMap

Alle Superschnittstellen:
Char2IntFunction, Char2IntMap, Map<Character,Integer>, SortedMap<Character,Integer>
Alle bekannten Unterschnittstellen:
Char2IntNavigableMap
Alle bekannten Implementierungsklassen:
Char2IntAVLTreeMap, Char2IntMaps.SynchronizedNavigableMap, Char2IntMaps.SynchronizedSortedMap, Char2IntMaps.UnmodifyableNavigableMap, Char2IntMaps.UnmodifyableSortedMap, Char2IntRBTreeMap

public interface Char2IntSortedMap extends SortedMap<Character,Integer>, Char2IntMap
A Type Specific SortedMap interface to reduce boxing/unboxing, with a couple extra methods that allow greater control over maps.
Note:
Char2IntOrderedMap is only extended until 0.6.0 for Compat reasons. The supported classes already implement Char2IntOrderedMap directly and will remove Char2IntSortedMap implementations in favor of Char2IntOrderedMap instead