Schnittstelle Int2CharSortedMap

Alle Superschnittstellen:
Int2CharFunction, Int2CharMap, Map<Integer,Character>, SortedMap<Integer,Character>
Alle bekannten Unterschnittstellen:
Int2CharNavigableMap
Alle bekannten Implementierungsklassen:
Int2CharAVLTreeMap, Int2CharMaps.SynchronizedNavigableMap, Int2CharMaps.SynchronizedSortedMap, Int2CharMaps.UnmodifyableNavigableMap, Int2CharMaps.UnmodifyableSortedMap, Int2CharRBTreeMap

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