Schnittstelle Long2CharSortedMap

Alle Superschnittstellen:
Long2CharFunction, Long2CharMap, Map<Long,Character>, SortedMap<Long,Character>
Alle bekannten Unterschnittstellen:
Long2CharNavigableMap
Alle bekannten Implementierungsklassen:
Long2CharAVLTreeMap, Long2CharMaps.SynchronizedNavigableMap, Long2CharMaps.SynchronizedSortedMap, Long2CharMaps.UnmodifyableNavigableMap, Long2CharMaps.UnmodifyableSortedMap, Long2CharRBTreeMap

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