public interface MutableCharBooleanMap extends CharBooleanMap
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(char key, boolean value)
void putAll(CharBooleanMap map)
void removeKey(char key)
void remove(char key)
boolean removeKeyIfAbsent(char key, boolean value)
boolean getIfAbsentPut(char key, boolean value)
boolean getIfAbsentPut(char key, BooleanFunction0 function)
boolean getIfAbsentPutWithKey(char key, CharToBooleanFunction function)
<P> boolean getIfAbsentPutWith(char key, BooleanFunction<? super P> function, P parameter)
boolean updateValue(char key, boolean initialValueIfAbsent, BooleanToBooleanFunction function)
MutableCharBooleanMap select(CharBooleanPredicate predicate)
select
in interface CharBooleanMap
MutableCharBooleanMap reject(CharBooleanPredicate predicate)
reject
in interface CharBooleanMap
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
MutableCharBooleanMap withKeyValue(char key, boolean value)
MutableCharBooleanMap withoutKey(char key)
MutableCharBooleanMap withoutAllKeys(CharIterable keys)
MutableCharBooleanMap asUnmodifiable()
MutableCharBooleanMap asSynchronized()
Copyright © 2004–2018. All rights reserved.