BooleanIterable, BooleanValuesMap, FloatBooleanMap, MutableBooleanValuesMap, PrimitiveIterableFloatBooleanHashMap, SynchronizedFloatBooleanMap, UnmodifiableFloatBooleanMappublic interface MutableFloatBooleanMap extends FloatBooleanMap, MutableBooleanValuesMap
allSatisfy, anySatisfy, asLazy, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reject, select, toArray, toBag, toList, toSetcontainsValue, forEachValue, tap, valuescontainsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringbooleanIterator, clear, collect, reject, selectappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid put(float key,
boolean value)
void putAll(FloatBooleanMap map)
void removeKey(float key)
void remove(float key)
boolean removeKeyIfAbsent(float key,
boolean value)
boolean getIfAbsentPut(float key,
boolean value)
boolean getIfAbsentPut(float key,
BooleanFunction0 function)
boolean getIfAbsentPutWithKey(float key,
FloatToBooleanFunction function)
<P> boolean getIfAbsentPutWith(float key,
BooleanFunction<? super P> function,
P parameter)
boolean updateValue(float key,
boolean initialValueIfAbsent,
BooleanToBooleanFunction function)
MutableFloatBooleanMap select(FloatBooleanPredicate predicate)
select in interface FloatBooleanMapMutableFloatBooleanMap reject(FloatBooleanPredicate predicate)
reject in interface FloatBooleanMapMutableFloatBooleanMap withKeyValue(float key, boolean value)
MutableFloatBooleanMap withoutKey(float key)
MutableFloatBooleanMap withoutAllKeys(FloatIterable keys)
MutableFloatBooleanMap asUnmodifiable()
MutableFloatBooleanMap asSynchronized()
Copyright © 2004–2017. All rights reserved.