public interface MutableCharBooleanMap extends CharBooleanMap
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(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 CharBooleanMapMutableCharBooleanMap reject(CharBooleanPredicate predicate)
reject in interface CharBooleanMapMutableBooleanCollection 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 BooleanIterableMutableCharBooleanMap withKeyValue(char key, boolean value)
MutableCharBooleanMap withoutKey(char key)
MutableCharBooleanMap withoutAllKeys(CharIterable keys)
MutableCharBooleanMap asUnmodifiable()
MutableCharBooleanMap asSynchronized()
Copyright © 2004–2017. All rights reserved.