it.unimi.dsi.fastutil.objects
Interface Reference2FloatSortedMap

All Superinterfaces:
Map, Reference2FloatMap, SortedMap
All Known Implementing Classes:
AbstractReference2FloatSortedMap, Reference2FloatLinkedOpenHashMap, Reference2FloatSortedMaps.EmptySortedMap, Reference2FloatSortedMaps.Singleton, Reference2FloatSortedMaps.SynchronizedSortedMap, Reference2FloatSortedMaps.UnmodifiableSortedMap

public interface Reference2FloatSortedMap
extends Reference2FloatMap, 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.Reference2FloatMap
Reference2FloatMap.Entry
 
Methods inherited from interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
containsValue, defaultReturnValue, defaultReturnValue, getDefRetValue, getFloat, put, removeFloat, 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