public interface MutableIntCharMap extends IntCharMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, 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(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 IntCharMap
MutableIntCharMap reject(IntCharPredicate predicate)
reject
in interface IntCharMap
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
MutableIntCharMap 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–2016. All rights reserved.