public interface MutableLongCharMap extends LongCharMap
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(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 LongCharMapMutableLongCharMap reject(LongCharPredicate predicate)
reject in interface LongCharMapMutableCharCollection 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 CharIterableMutableLongCharMap 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.