public interface MutableDoubleBooleanMap extends DoubleBooleanMap
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(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 DoubleBooleanMapMutableDoubleBooleanMap reject(DoubleBooleanPredicate predicate)
reject in interface DoubleBooleanMapMutableBooleanCollection 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 BooleanIterableMutableDoubleBooleanMap withKeyValue(double key, boolean value)
MutableDoubleBooleanMap withoutKey(double key)
MutableDoubleBooleanMap withoutAllKeys(DoubleIterable keys)
MutableDoubleBooleanMap asUnmodifiable()
MutableDoubleBooleanMap asSynchronized()
Copyright © 2004–2017. All rights reserved.