public interface FloatBooleanMap extends BooleanValuesMap
| Modifier and Type | Method and 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()
Returns a string representation of this FloatBooleanMap.
|
collect, containsValue, forEachValue, reject, select, valuesallSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeboolean 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()
toString in interface PrimitiveIterabletoString in class ObjectImmutableFloatBooleanMap toImmutable()
MutableFloatSet keySet()
Copyright © 2004–2016. All rights reserved.