it.unimi.dsi.fastutil.objects
Interface Reference2DoubleSortedMap

All Superinterfaces:
Map, Reference2DoubleMap, SortedMap
All Known Implementing Classes:
AbstractReference2DoubleSortedMap, Reference2DoubleLinkedOpenHashMap, Reference2DoubleSortedMaps.EmptySortedMap, Reference2DoubleSortedMaps.Singleton, Reference2DoubleSortedMaps.SynchronizedSortedMap

public interface Reference2DoubleSortedMap
extends Reference2DoubleMap, 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.Reference2DoubleMap
Reference2DoubleMap.Entry
 
Methods inherited from interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
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