public interface MutableCharIntMap extends CharIntMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, intIterator, 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,
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 CharIntMapMutableCharIntMap reject(CharIntPredicate predicate)
reject in interface CharIntMapMutableIntCollection select(IntPredicate predicate)
select in interface IntIterableMutableIntCollection reject(IntPredicate predicate)
reject in interface IntIterable<V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterableMutableCharIntMap 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.