public interface MutableCharIntMap extends CharIntMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, intIterator, 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, int value)
void putAll(CharIntMap map)
void removeKey(char key)
void remove(char key)
int removeKeyIfAbsent(char key, int value)
int getIfAbsentPut(char key, int value)
int getIfAbsentPut(char key, IntFunction0 function)
int getIfAbsentPutWithKey(char key, CharToIntFunction function)
<P> int getIfAbsentPutWith(char key, IntFunction<? super P> function, P parameter)
int updateValue(char key, int initialValueIfAbsent, IntToIntFunction function)
MutableCharIntMap select(CharIntPredicate predicate)
select
in interface CharIntMap
MutableCharIntMap reject(CharIntPredicate predicate)
reject
in interface CharIntMap
MutableIntCollection select(IntPredicate predicate)
select
in interface IntIterable
MutableIntCollection reject(IntPredicate predicate)
reject
in interface IntIterable
<V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
MutableCharIntMap withKeyValue(char key, int value)
MutableCharIntMap withoutKey(char key)
MutableCharIntMap withoutAllKeys(CharIterable keys)
MutableCharIntMap asUnmodifiable()
MutableCharIntMap asSynchronized()
int addToValue(char key, int toBeAdded)
Copyright © 2004–2017. All rights reserved.