Schnittstelle Char2LongSortedMap

Alle Superschnittstellen:
Char2LongFunction, Char2LongMap, Map<Character,Long>, SortedMap<Character,Long>
Alle bekannten Unterschnittstellen:
Char2LongNavigableMap
Alle bekannten Implementierungsklassen:
Char2LongAVLTreeMap, Char2LongMaps.SynchronizedNavigableMap, Char2LongMaps.SynchronizedSortedMap, Char2LongMaps.UnmodifyableNavigableMap, Char2LongMaps.UnmodifyableSortedMap, Char2LongRBTreeMap

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