public interface MutableCharDoubleMap extends CharDoubleMap, MutableDoubleValuesMap
| Modifier and Type | Method and Description |
|---|---|
double |
addToValue(char key,
double toBeAdded) |
MutableCharDoubleMap |
asSynchronized() |
MutableCharDoubleMap |
asUnmodifiable() |
MutableDoubleCharMap |
flipUniqueValues()
Return the DoubleCharMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
double |
getIfAbsentPut(char key,
double value) |
double |
getIfAbsentPut(char key,
DoubleFunction0 function) |
<P> double |
getIfAbsentPutWith(char key,
DoubleFunction<? super P> function,
P parameter) |
double |
getIfAbsentPutWithKey(char key,
CharToDoubleFunction function) |
void |
put(char key,
double value) |
void |
putAll(CharDoubleMap map) |
MutableCharDoubleMap |
reject(CharDoublePredicate predicate) |
void |
remove(char key) |
void |
removeKey(char key) |
double |
removeKeyIfAbsent(char key,
double value) |
MutableCharDoubleMap |
select(CharDoublePredicate predicate) |
double |
updateValue(char key,
double initialValueIfAbsent,
DoubleToDoubleFunction function) |
MutableCharDoubleMap |
withKeyValue(char key,
double value) |
MutableCharDoubleMap |
withoutAllKeys(CharIterable keys) |
MutableCharDoubleMap |
withoutKey(char key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringclear, collect, doubleIterator, reject, selectcontainsValue, forEachValue, tap, valuesallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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)
MutableDoubleCharMap flipUniqueValues()
CharDoubleMapflipUniqueValues in interface CharDoubleMapMutableCharDoubleMap select(CharDoublePredicate predicate)
select in interface CharDoubleMapMutableCharDoubleMap reject(CharDoublePredicate predicate)
reject in interface CharDoubleMapMutableCharDoubleMap 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.