public interface MutableDoubleBooleanMap extends DoubleBooleanMap, MutableBooleanValuesMap
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
booleanIterator, clear, collect, reject, select
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void put(double key, boolean value)
void putAll(DoubleBooleanMap map)
void removeKey(double key)
void remove(double key)
boolean removeKeyIfAbsent(double key, boolean value)
boolean getIfAbsentPut(double key, boolean value)
boolean getIfAbsentPut(double key, BooleanFunction0 function)
boolean getIfAbsentPutWithKey(double key, DoubleToBooleanFunction function)
<P> boolean getIfAbsentPutWith(double key, BooleanFunction<? super P> function, P parameter)
boolean updateValue(double key, boolean initialValueIfAbsent, BooleanToBooleanFunction function)
MutableDoubleBooleanMap select(DoubleBooleanPredicate predicate)
select
in interface DoubleBooleanMap
MutableDoubleBooleanMap reject(DoubleBooleanPredicate predicate)
reject
in interface DoubleBooleanMap
MutableDoubleBooleanMap withKeyValue(double key, boolean value)
MutableDoubleBooleanMap withoutKey(double key)
MutableDoubleBooleanMap withoutAllKeys(DoubleIterable keys)
MutableDoubleBooleanMap asUnmodifiable()
MutableDoubleBooleanMap asSynchronized()
Copyright © 2004–2016. All rights reserved.