Float2BooleanFunction, Float2BooleanMap, Float2BooleanSortedMap, Function<java.lang.Float,java.lang.Boolean>, java.io.Serializable, java.util.function.DoublePredicate, java.util.function.Function<java.lang.Float,java.lang.Boolean>, java.util.Map<java.lang.Float,java.lang.Boolean>, java.util.SortedMap<java.lang.Float,java.lang.Boolean>Float2BooleanAVLTreeMap, Float2BooleanLinkedOpenHashMap, Float2BooleanRBTreeMappublic abstract class AbstractFloat2BooleanSortedMap extends AbstractFloat2BooleanMap implements Float2BooleanSortedMap
AbstractFloat2BooleanMap.BasicEntry, AbstractFloat2BooleanMap.BasicEntrySetFloat2BooleanMap.Entry, Float2BooleanMap.FastEntrySetFloat2BooleanSortedMap.FastSortedEntrySet| Modifier and Type | Method | 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.
|
defaultReturnValue, defaultReturnValuecontainsKey, containsValue, equals, hashCode, isEmpty, putAll, toStringget, put, remove, testclear, 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, sizecomparator, entrySet, firstFloatKey, firstKey, float2BooleanEntrySet, headMap, headMap, lastFloatKey, lastKey, subMap, subMap, tailMap, tailMappublic 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 java.util.Map<java.lang.Float,java.lang.Boolean>keySet in interface java.util.SortedMap<java.lang.Float,java.lang.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 java.util.Map<java.lang.Float,java.lang.Boolean>values in interface java.util.SortedMap<java.lang.Float,java.lang.Boolean>values in class AbstractFloat2BooleanMapMap.values()