public interface MutableFloatBooleanMap extends FloatBooleanMap, MutableBooleanValuesMap
| Modifier and Type | Method and Description |
|---|---|
MutableFloatBooleanMap |
asSynchronized() |
MutableFloatBooleanMap |
asUnmodifiable() |
boolean |
getIfAbsentPut(float key,
boolean value) |
boolean |
getIfAbsentPut(float key,
BooleanFunction0 function) |
<P> boolean |
getIfAbsentPutWith(float key,
BooleanFunction<? super P> function,
P parameter) |
boolean |
getIfAbsentPutWithKey(float key,
FloatToBooleanFunction function) |
void |
put(float key,
boolean value) |
void |
putAll(FloatBooleanMap map) |
MutableFloatBooleanMap |
reject(FloatBooleanPredicate predicate) |
void |
remove(float key) |
void |
removeKey(float key) |
boolean |
removeKeyIfAbsent(float key,
boolean value) |
MutableFloatBooleanMap |
select(FloatBooleanPredicate predicate) |
boolean |
updateValue(float key,
boolean initialValueIfAbsent,
BooleanToBooleanFunction function) |
MutableFloatBooleanMap |
withKeyValue(float key,
boolean value) |
MutableFloatBooleanMap |
withoutAllKeys(FloatIterable keys) |
MutableFloatBooleanMap |
withoutKey(float key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringbooleanIterator, clear, collect, reject, selectcontainsValue, forEachValue, tap, valuesallSatisfy, 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, toSetappendString, 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.