public interface MutableObjectCharMap<K> extends ObjectCharMap<K>
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeMutableCharIterator charIterator()
charIterator in interface CharIterablevoid clear()
void put(K key, char value)
void putAll(ObjectCharMap<? extends K> map)
void removeKey(K key)
void remove(Object key)
char removeKeyIfAbsent(K key, char value)
char getIfAbsentPut(K key, char value)
char getIfAbsentPut(K key, CharFunction0 function)
char getIfAbsentPutWithKey(K key, CharFunction<? super K> function)
<P> char getIfAbsentPutWith(K key, CharFunction<? super P> function, P parameter)
char updateValue(K key, char initialValueIfAbsent, CharToCharFunction function)
MutableObjectCharMap<K> select(ObjectCharPredicate<? super K> predicate)
select in interface ObjectCharMap<K>MutableObjectCharMap<K> reject(ObjectCharPredicate<? super K> predicate)
reject in interface ObjectCharMap<K>MutableCharCollection 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 CharIterableMutableObjectCharMap<K> withKeyValue(K key, char value)
MutableObjectCharMap<K> withoutKey(K key)
MutableObjectCharMap<K> withoutAllKeys(Iterable<? extends K> keys)
MutableObjectCharMap<K> asUnmodifiable()
MutableObjectCharMap<K> asSynchronized()
char addToValue(K key, char toBeAdded)
Copyright © 2004–2017. All rights reserved.