public interface MutableDoubleBooleanMap extends DoubleBooleanMap
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(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
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
MutableDoubleBooleanMap withKeyValue(double key, boolean value)
MutableDoubleBooleanMap withoutKey(double key)
MutableDoubleBooleanMap withoutAllKeys(DoubleIterable keys)
MutableDoubleBooleanMap asUnmodifiable()
MutableDoubleBooleanMap asSynchronized()
Copyright © 2004–2018. All rights reserved.