Schnittstelle Object2IntSortedMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Map<T,Integer>, Object2IntMap<T>, SortedMap<T,Integer>, ToIntFunction<T>, ToIntFunction<T>
Alle bekannten Unterschnittstellen:
Object2IntNavigableMap<T>
Alle bekannten Implementierungsklassen:
Object2IntAVLTreeMap, Object2IntMaps.SynchronizedNavigableMap, Object2IntMaps.SynchronizedSortedMap, Object2IntMaps.UnmodifyableNavigableMap, Object2IntMaps.UnmodifyableSortedMap, Object2IntRBTreeMap

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