public interface MutableCharDoubleMap extends CharDoubleMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, 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(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 CharDoubleMapMutableCharDoubleMap reject(CharDoublePredicate predicate)
reject in interface CharDoubleMapMutableDoubleCollection select(DoublePredicate predicate)
select in interface DoubleIterableMutableDoubleCollection reject(DoublePredicate predicate)
reject in interface DoubleIterable<V> MutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterableMutableCharDoubleMap 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–2017. All rights reserved.