public interface MutableCharLongMap extends CharLongMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 CharLongMapMutableCharLongMap reject(CharLongPredicate predicate)
reject in interface CharLongMapMutableLongCollection select(LongPredicate predicate)
select in interface LongIterableMutableLongCollection reject(LongPredicate predicate)
reject in interface LongIterable<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterableMutableCharLongMap 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–2017. All rights reserved.