Schnittstelle Object2ShortSortedMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Map<T,Short>, Object2ShortMap<T>, SortedMap<T,Short>, ToShortFunction<T>
Alle bekannten Unterschnittstellen:
Object2ShortNavigableMap<T>
Alle bekannten Implementierungsklassen:
Object2ShortAVLTreeMap, Object2ShortMaps.SynchronizedNavigableMap, Object2ShortMaps.SynchronizedSortedMap, Object2ShortMaps.UnmodifyableNavigableMap, Object2ShortMaps.UnmodifyableSortedMap, Object2ShortRBTreeMap

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