Interface Long2DoubleSortedMap

All Superinterfaces:
Function<Long,Double>, Function<Long,Double>, Long2DoubleFunction, Long2DoubleMap, LongToDoubleFunction, Map<Long,Double>, SortedMap<Long,Double>
All Known Implementing Classes:
AbstractLong2DoubleSortedMap, Long2DoubleAVLTreeMap, Long2DoubleLinkedOpenHashMap, Long2DoubleRBTreeMap, Long2DoubleSortedMaps.EmptySortedMap, Long2DoubleSortedMaps.Singleton, Long2DoubleSortedMaps.SynchronizedSortedMap, Long2DoubleSortedMaps.UnmodifiableSortedMap

public interface Long2DoubleSortedMap extends Long2DoubleMap, SortedMap<Long,Double>
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.

Additionally, this interface strengthens entrySet(), keySet(), values(), comparator(), SortedMap.subMap(Object,Object), SortedMap.headMap(Object) and SortedMap.tailMap(Object).

See Also: