Schnittstelle Double2ShortSortedMap

Alle Superschnittstellen:
Double2ShortFunction, Double2ShortMap, Map<Double,Short>, SortedMap<Double,Short>
Alle bekannten Unterschnittstellen:
Double2ShortNavigableMap
Alle bekannten Implementierungsklassen:
Double2ShortAVLTreeMap, Double2ShortMaps.SynchronizedNavigableMap, Double2ShortMaps.SynchronizedSortedMap, Double2ShortMaps.UnmodifyableNavigableMap, Double2ShortMaps.UnmodifyableSortedMap, Double2ShortRBTreeMap

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