Schnittstelle Short2DoubleSortedMap

Alle Superschnittstellen:
Map<Short,Double>, Short2DoubleFunction, Short2DoubleMap, SortedMap<Short,Double>
Alle bekannten Unterschnittstellen:
Short2DoubleNavigableMap
Alle bekannten Implementierungsklassen:
Short2DoubleAVLTreeMap, Short2DoubleMaps.SynchronizedNavigableMap, Short2DoubleMaps.SynchronizedSortedMap, Short2DoubleMaps.UnmodifyableNavigableMap, Short2DoubleMaps.UnmodifyableSortedMap, Short2DoubleRBTreeMap

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