public abstract class AbstractFloat2BooleanSortedMap extends AbstractFloat2BooleanMap implements Float2BooleanSortedMap
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractFloat2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected static class |
AbstractFloat2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected class |
AbstractFloat2BooleanSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected static class |
AbstractFloat2BooleanSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
AbstractFloat2BooleanMap.BasicEntry, AbstractFloat2BooleanMap.BasicEntrySetFloat2BooleanSortedMap.FastSortedEntrySetFloat2BooleanMap.Entry, Float2BooleanMap.FastEntrySetdefRetValue| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFloat2BooleanSortedMap() |
| Modifier and Type | Method and Description |
|---|---|
FloatSortedSet |
keySet()
Returns a type-specific-set view of the keys of this map.
|
BooleanCollection |
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, float2BooleanEntrySet, headMap, headMap, lastFloatKey, lastKey, subMap, subMap, tailMap, tailMapclear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsentNullable, computeIfAbsentPartial, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, defaultReturnValue, defaultReturnValue, get, getOrDefault, getOrDefault, merge, merge, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace, sizeget, put, remove, testand, negate, orpublic 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 Float2BooleanMapkeySet in interface Float2BooleanSortedMapkeySet in interface Map<Float,Boolean>keySet in interface SortedMap<Float,Boolean>keySet in class AbstractFloat2BooleanMapMap.keySet()public BooleanCollection 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 Float2BooleanMapvalues in interface Float2BooleanSortedMapvalues in interface Map<Float,Boolean>values in interface SortedMap<Float,Boolean>values in class AbstractFloat2BooleanMapMap.values()Copyright © 2020. All rights reserved.