public interface MutableCharCharMap extends CharCharMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid clear()
void put(char key,
char value)
void putAll(CharCharMap map)
void removeKey(char key)
void remove(char key)
char removeKeyIfAbsent(char key,
char value)
char getIfAbsentPut(char key,
char value)
char getIfAbsentPut(char key,
CharFunction0 function)
char getIfAbsentPutWithKey(char key,
CharToCharFunction function)
<P> char getIfAbsentPutWith(char key,
CharFunction<? super P> function,
P parameter)
char updateValue(char key,
char initialValueIfAbsent,
CharToCharFunction function)
MutableCharCharMap select(CharCharPredicate predicate)
select in interface CharCharMapMutableCharCharMap reject(CharCharPredicate predicate)
reject in interface CharCharMapMutableCharCollection select(CharPredicate predicate)
select in interface CharIterableMutableCharCollection reject(CharPredicate predicate)
reject in interface CharIterable<V> MutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterableMutableCharCharMap withKeyValue(char key, char value)
MutableCharCharMap withoutKey(char key)
MutableCharCharMap withoutAllKeys(CharIterable keys)
MutableCharCharMap asUnmodifiable()
MutableCharCharMap asSynchronized()
char addToValue(char key,
char toBeAdded)
Copyright © 2004–2017. All rights reserved.