Schnittstelle Short2FloatSortedMap

Alle Superschnittstellen:
Map<Short,Float>, Short2FloatFunction, Short2FloatMap, SortedMap<Short,Float>
Alle bekannten Unterschnittstellen:
Short2FloatNavigableMap
Alle bekannten Implementierungsklassen:
Short2FloatAVLTreeMap, Short2FloatMaps.SynchronizedNavigableMap, Short2FloatMaps.SynchronizedSortedMap, Short2FloatMaps.UnmodifyableNavigableMap, Short2FloatMaps.UnmodifyableSortedMap, Short2FloatRBTreeMap

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