Schnittstelle Float2LongSortedMap

Alle Superschnittstellen:
Float2LongFunction, Float2LongMap, Map<Float,Long>, SortedMap<Float,Long>
Alle bekannten Unterschnittstellen:
Float2LongNavigableMap
Alle bekannten Implementierungsklassen:
Float2LongAVLTreeMap, Float2LongMaps.SynchronizedNavigableMap, Float2LongMaps.SynchronizedSortedMap, Float2LongMaps.UnmodifyableNavigableMap, Float2LongMaps.UnmodifyableSortedMap, Float2LongRBTreeMap

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