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