public interface MutableCharCharMap extends CharCharMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void 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 CharCharMap
MutableCharCharMap reject(CharCharPredicate predicate)
reject
in interface CharCharMap
MutableCharCollection select(CharPredicate predicate)
select
in interface CharIterable
MutableCharCollection reject(CharPredicate predicate)
reject
in interface CharIterable
<V> MutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
MutableCharCharMap 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–2016. All rights reserved.