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