Schnittstelle Short2ObjectSortedMap<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Map<Short,V>, Short2ObjectMap<V>, ShortFunction<V>, SortedMap<Short,V>
Alle bekannten Unterschnittstellen:
Short2ObjectNavigableMap<V>
Alle bekannten Implementierungsklassen:
Short2ObjectAVLTreeMap, Short2ObjectMaps.SynchronizedNavigableMap, Short2ObjectMaps.SynchronizedSortedMap, Short2ObjectMaps.UnmodifyableNavigableMap, Short2ObjectMaps.UnmodifyableSortedMap, Short2ObjectRBTreeMap

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