BooleanIterable
, BooleanValuesMap
, PrimitiveIterable
ImmutableFloatBooleanMap
, MutableFloatBooleanMap
FloatBooleanHashMap
, SynchronizedFloatBooleanMap
, UnmodifiableFloatBooleanMap
public interface FloatBooleanMap extends BooleanValuesMap
Modifier and Type | Method | Description |
---|---|---|
boolean |
containsKey(float key) |
|
boolean |
equals(Object o) |
Follows the same general contract as
Map.equals(Object) . |
void |
forEachKey(FloatProcedure procedure) |
|
void |
forEachKeyValue(FloatBooleanProcedure procedure) |
|
boolean |
get(float key) |
|
boolean |
getIfAbsent(float key,
boolean ifAbsent) |
|
boolean |
getOrThrow(float key) |
|
int |
hashCode() |
Follows the same general contract as
Map.hashCode() . |
MutableFloatSet |
keySet() |
|
LazyFloatIterable |
keysView() |
|
RichIterable<FloatBooleanPair> |
keyValuesView() |
|
FloatBooleanMap |
reject(FloatBooleanPredicate predicate) |
|
FloatBooleanMap |
select(FloatBooleanPredicate predicate) |
|
ImmutableFloatBooleanMap |
toImmutable() |
|
String |
toString() |
Follows the same general contract as
AbstractMap.toString() |
allSatisfy, anySatisfy, asLazy, booleanIterator, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reduce, reduceIfEmpty, reject, select, toArray, toBag, toList, toSet
collect, containsValue, forEachValue, reject, select, tap, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
boolean get(float key)
boolean getIfAbsent(float key, boolean ifAbsent)
boolean getOrThrow(float key)
boolean containsKey(float key)
void forEachKey(FloatProcedure procedure)
void forEachKeyValue(FloatBooleanProcedure procedure)
LazyFloatIterable keysView()
RichIterable<FloatBooleanPair> keyValuesView()
FloatBooleanMap select(FloatBooleanPredicate predicate)
FloatBooleanMap reject(FloatBooleanPredicate predicate)
boolean equals(Object o)
Map.equals(Object)
.int hashCode()
Map.hashCode()
.String toString()
AbstractMap.toString()
toString
in interface PrimitiveIterable
toString
in class Object
AbstractCollection.toString()
ImmutableFloatBooleanMap toImmutable()
MutableFloatSet keySet()
Copyright © 2004–2019. All rights reserved.