Schnittstelle Char2ShortSortedMap

Alle Superschnittstellen:
Char2ShortFunction, Char2ShortMap, Map<Character,Short>, SortedMap<Character,Short>
Alle bekannten Unterschnittstellen:
Char2ShortNavigableMap
Alle bekannten Implementierungsklassen:
Char2ShortAVLTreeMap, Char2ShortMaps.SynchronizedNavigableMap, Char2ShortMaps.SynchronizedSortedMap, Char2ShortMaps.UnmodifyableNavigableMap, Char2ShortMaps.UnmodifyableSortedMap, Char2ShortRBTreeMap

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