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