it.unimi.dsi.fastutil.objects
Interface Object2DoubleSortedMap

All Superinterfaces:
Map, Object2DoubleMap, SortedMap
All Known Implementing Classes:
AbstractObject2DoubleSortedMap, Object2DoubleAVLTreeMap, Object2DoubleLinkedOpenCustomHashMap, Object2DoubleLinkedOpenHashMap, Object2DoubleRBTreeMap, Object2DoubleSortedMaps.EmptySortedMap, Object2DoubleSortedMaps.Singleton, Object2DoubleSortedMaps.SynchronizedSortedMap, Object2DoubleSortedMaps.UnmodifiableSortedMap

public interface Object2DoubleSortedMap
extends Object2DoubleMap, SortedMap

A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.

See Also:
SortedMap

Nested Class Summary
 
Nested classes inherited from class it.unimi.dsi.fastutil.objects.Object2DoubleMap
Object2DoubleMap.Entry
 
Methods inherited from interface it.unimi.dsi.fastutil.objects.Object2DoubleMap
containsValue, defaultReturnValue, defaultReturnValue, getDefRetValue, getDouble, put, removeDouble, setDefRetValue
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from interface java.util.SortedMap
comparator, firstKey, headMap, lastKey, subMap, tailMap