public interface MutableCharLongMap extends CharLongMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, longIterator, 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(char key, long value)
void putAll(CharLongMap map)
void removeKey(char key)
void remove(char key)
long removeKeyIfAbsent(char key, long value)
long getIfAbsentPut(char key, long value)
long getIfAbsentPut(char key, LongFunction0 function)
long getIfAbsentPutWithKey(char key, CharToLongFunction function)
<P> long getIfAbsentPutWith(char key, LongFunction<? super P> function, P parameter)
long updateValue(char key, long initialValueIfAbsent, LongToLongFunction function)
MutableCharLongMap select(CharLongPredicate predicate)
select
in interface CharLongMap
MutableCharLongMap reject(CharLongPredicate predicate)
reject
in interface CharLongMap
MutableLongCollection select(LongPredicate predicate)
select
in interface LongIterable
MutableLongCollection reject(LongPredicate predicate)
reject
in interface LongIterable
<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
MutableCharLongMap withKeyValue(char key, long value)
MutableCharLongMap withoutKey(char key)
MutableCharLongMap withoutAllKeys(CharIterable keys)
MutableCharLongMap asUnmodifiable()
MutableCharLongMap asSynchronized()
long addToValue(char key, long toBeAdded)
Copyright © 2004–2018. All rights reserved.