Schnittstelle Short2CharSortedMap

Alle Superschnittstellen:
Map<Short,Character>, Short2CharFunction, Short2CharMap, SortedMap<Short,Character>
Alle bekannten Unterschnittstellen:
Short2CharNavigableMap
Alle bekannten Implementierungsklassen:
Short2CharAVLTreeMap, Short2CharMaps.SynchronizedNavigableMap, Short2CharMaps.SynchronizedSortedMap, Short2CharMaps.UnmodifyableNavigableMap, Short2CharMaps.UnmodifyableSortedMap, Short2CharRBTreeMap

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