public abstract class AbstractFloat2DoubleSortedMap extends AbstractFloat2DoubleMap implements Float2DoubleSortedMap
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractFloat2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected static class |
AbstractFloat2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected class |
AbstractFloat2DoubleSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected static class |
AbstractFloat2DoubleSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
AbstractFloat2DoubleMap.BasicEntry, AbstractFloat2DoubleMap.BasicEntrySetFloat2DoubleSortedMap.FastSortedEntrySetFloat2DoubleMap.Entry, Float2DoubleMap.FastEntrySetdefRetValue| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFloat2DoubleSortedMap() |
| Modifier and Type | Method and Description |
|---|---|
it.unimi.dsi.fastutil.floats.FloatSortedSet |
keySet()
Returns a type-specific-set view of the keys of this map.
|
it.unimi.dsi.fastutil.doubles.DoubleCollection |
values()
Returns a type-specific-set view of the values of this map.
|
containsKey, containsValue, equals, hashCode, isEmpty, mergeDouble, putAll, toStringdefaultReturnValue, defaultReturnValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, entrySet, firstFloatKey, firstKey, float2DoubleEntrySet, headMap, headMap, lastFloatKey, lastKey, subMap, subMap, tailMap, tailMapclear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsent, computeIfAbsentNullable, computeIfAbsentPartial, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, defaultReturnValue, defaultReturnValue, forEach, get, getOrDefault, getOrDefault, merge, merge, mergeDouble, mergeDouble, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace, sizeandThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsDouble, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, get, put, removepublic it.unimi.dsi.fastutil.floats.FloatSortedSet keySet()
The view is backed by the set returned by Map.entrySet(). Note that
no attempt is made at caching the result of this method, as this would
require adding some attributes that lightweight implementations would
not need. Subclasses may easily override this policy by calling
this method and caching the result, but implementors are encouraged to
write more efficient ad-hoc implementations.
The view is backed by the sorted set returned by Map.entrySet(). Note that
no attempt is made at caching the result of this method, as this would
require adding some attributes that lightweight implementations would
not need. Subclasses may easily override this policy by calling
this method and caching the result, but implementors are encouraged to
write more efficient ad-hoc implementations.
keySet in interface Float2DoubleMapkeySet in interface Float2DoubleSortedMapkeySet in interface java.util.Map<java.lang.Float,java.lang.Double>keySet in interface java.util.SortedMap<java.lang.Float,java.lang.Double>keySet in class AbstractFloat2DoubleMapMap.keySet()public it.unimi.dsi.fastutil.doubles.DoubleCollection values()
The view is backed by the set returned by Map.entrySet(). Note that
no attempt is made at caching the result of this method, as this would
require adding some attributes that lightweight implementations would
not need. Subclasses may easily override this policy by calling
this method and caching the result, but implementors are encouraged to
write more efficient ad-hoc implementations.
The view is backed by the sorted set returned by Map.entrySet(). Note that
no attempt is made at caching the result of this method, as this would
require adding some attributes that lightweight implementations would
not need. Subclasses may easily override this policy by calling
this method and caching the result, but implementors are encouraged to
write more efficient ad-hoc implementations.
values in interface Float2DoubleMapvalues in interface Float2DoubleSortedMapvalues in interface java.util.Map<java.lang.Float,java.lang.Double>values in interface java.util.SortedMap<java.lang.Float,java.lang.Double>values in class AbstractFloat2DoubleMapMap.values()