public interface MutableCharDoubleMap extends CharDoubleMap
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, doubleIterator, 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(char key, double value)
void putAll(CharDoubleMap map)
void removeKey(char key)
void remove(char key)
double removeKeyIfAbsent(char key, double value)
double getIfAbsentPut(char key, double value)
double getIfAbsentPut(char key, DoubleFunction0 function)
double getIfAbsentPutWithKey(char key, CharToDoubleFunction function)
<P> double getIfAbsentPutWith(char key, DoubleFunction<? super P> function, P parameter)
double updateValue(char key, double initialValueIfAbsent, DoubleToDoubleFunction function)
MutableCharDoubleMap select(CharDoublePredicate predicate)
select
in interface CharDoubleMap
MutableCharDoubleMap reject(CharDoublePredicate predicate)
reject
in interface CharDoubleMap
MutableDoubleCollection select(DoublePredicate predicate)
select
in interface DoubleIterable
MutableDoubleCollection reject(DoublePredicate predicate)
reject
in interface DoubleIterable
<V> MutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
MutableCharDoubleMap withKeyValue(char key, double value)
MutableCharDoubleMap withoutKey(char key)
MutableCharDoubleMap withoutAllKeys(CharIterable keys)
MutableCharDoubleMap asUnmodifiable()
MutableCharDoubleMap asSynchronized()
double addToValue(char key, double toBeAdded)
Copyright © 2004–2018. All rights reserved.