public interface MutableLongCharMap extends LongCharMap
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(long key, char value)
void putAll(LongCharMap map)
void removeKey(long key)
void remove(long key)
char removeKeyIfAbsent(long key, char value)
char getIfAbsentPut(long key, char value)
char getIfAbsentPut(long key, CharFunction0 function)
char getIfAbsentPutWithKey(long key, LongToCharFunction function)
<P> char getIfAbsentPutWith(long key, CharFunction<? super P> function, P parameter)
char updateValue(long key, char initialValueIfAbsent, CharToCharFunction function)
MutableLongCharMap select(LongCharPredicate predicate)
select
in interface LongCharMap
MutableLongCharMap reject(LongCharPredicate predicate)
reject
in interface LongCharMap
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
MutableLongCharMap withKeyValue(long key, char value)
MutableLongCharMap withoutKey(long key)
MutableLongCharMap withoutAllKeys(LongIterable keys)
MutableLongCharMap asUnmodifiable()
MutableLongCharMap asSynchronized()
char addToValue(long key, char toBeAdded)
Copyright © 2004–2017. All rights reserved.