Schnittstelle Object2CharSortedMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Map<T,Character>, Object2CharMap<T>, SortedMap<T,Character>, ToCharFunction<T>
Alle bekannten Unterschnittstellen:
Object2CharNavigableMap<T>
Alle bekannten Implementierungsklassen:
Object2CharAVLTreeMap, Object2CharMaps.SynchronizedNavigableMap, Object2CharMaps.SynchronizedSortedMap, Object2CharMaps.UnmodifyableNavigableMap, Object2CharMaps.UnmodifyableSortedMap, Object2CharRBTreeMap

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