it.unimi.dsi.fastutil.objects
Interface Object2FloatSortedMap

All Superinterfaces:
Map, Object2FloatMap, SortedMap
All Known Implementing Classes:
Object2FloatAVLTreeMap, Object2FloatLinkedOpenHashMap, Object2FloatRBTreeMap

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