public interface MutableFloatBooleanMap extends FloatBooleanMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid clear()
void 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 FloatBooleanMapMutableBooleanCollection select(BooleanPredicate predicate)
select in interface BooleanIterableMutableBooleanCollection reject(BooleanPredicate predicate)
reject in interface BooleanIterable<V> MutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterableMutableFloatBooleanMap withKeyValue(float key, boolean value)
MutableFloatBooleanMap withoutKey(float key)
MutableFloatBooleanMap withoutAllKeys(FloatIterable keys)
MutableFloatBooleanMap asUnmodifiable()
MutableFloatBooleanMap asSynchronized()
Copyright © 2004–2017. All rights reserved.