public abstract class AbstractFloat2ReferenceSortedMap<V> extends AbstractFloat2ReferenceMap<V> implements Float2ReferenceSortedMap<V>
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractFloat2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected static class |
AbstractFloat2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected class |
AbstractFloat2ReferenceSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected static class |
AbstractFloat2ReferenceSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values.
|
AbstractFloat2ReferenceMap.BasicEntry<V>, AbstractFloat2ReferenceMap.BasicEntrySet<V>Float2ReferenceSortedMap.FastSortedEntrySet<V>Float2ReferenceMap.Entry<V>, Float2ReferenceMap.FastEntrySet<V>defRetValue| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFloat2ReferenceSortedMap() |
| Modifier and Type | Method and Description |
|---|---|
FloatSortedSet |
keySet()
Returns a type-specific-set view of the keys of this map.
|
ReferenceCollection<V> |
values()
Returns a type-specific-set view of the values of this map.
|
containsKey, containsValue, equals, hashCode, isEmpty, putAll, toStringdefaultReturnValue, defaultReturnValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, entrySet, firstFloatKey, firstKey, float2ReferenceEntrySet, headMap, headMap, lastFloatKey, lastKey, subMap, subMap, tailMap, tailMapclear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsentPartial, computeIfPresent, computeIfPresent, containsKey, containsKey, defaultReturnValue, defaultReturnValue, get, getOrDefault, getOrDefault, merge, merge, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace, sizeapply, get, put, removecontainsValue, equals, forEach, hashCode, isEmpty, putAll, replaceAllpublic 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 Float2ReferenceMap<V>keySet in interface Float2ReferenceSortedMap<V>keySet in interface Map<Float,V>keySet in interface SortedMap<Float,V>keySet in class AbstractFloat2ReferenceMap<V>Map.keySet()public ReferenceCollection<V> 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 Float2ReferenceMap<V>values in interface Float2ReferenceSortedMap<V>values in interface Map<Float,V>values in interface SortedMap<Float,V>values in class AbstractFloat2ReferenceMap<V>Map.values()Copyright © 2020. All rights reserved.