public interface MutableDoubleDoubleMap extends DoubleDoubleMap, MutableDoubleValuesMap
| Modifier and Type | Method and Description |
|---|---|
double |
addToValue(double key,
double toBeAdded) |
MutableDoubleDoubleMap |
asSynchronized() |
MutableDoubleDoubleMap |
asUnmodifiable() |
MutableDoubleDoubleMap |
flipUniqueValues()
Return the DoubleDoubleMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
double |
getIfAbsentPut(double key,
double value) |
double |
getIfAbsentPut(double key,
DoubleFunction0 function) |
<P> double |
getIfAbsentPutWith(double key,
DoubleFunction<? super P> function,
P parameter) |
double |
getIfAbsentPutWithKey(double key,
DoubleToDoubleFunction function) |
void |
put(double key,
double value) |
void |
putAll(DoubleDoubleMap map) |
MutableDoubleDoubleMap |
reject(DoubleDoublePredicate predicate) |
void |
remove(double key) |
void |
removeKey(double key) |
double |
removeKeyIfAbsent(double key,
double value) |
MutableDoubleDoubleMap |
select(DoubleDoublePredicate predicate) |
double |
updateValue(double key,
double initialValueIfAbsent,
DoubleToDoubleFunction function) |
MutableDoubleDoubleMap |
withKeyValue(double key,
double value) |
MutableDoubleDoubleMap |
withoutAllKeys(DoubleIterable keys) |
MutableDoubleDoubleMap |
withoutKey(double 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(double key,
double value)
void putAll(DoubleDoubleMap map)
void removeKey(double key)
void remove(double key)
double removeKeyIfAbsent(double key,
double value)
double getIfAbsentPut(double key,
double value)
double getIfAbsentPut(double key,
DoubleFunction0 function)
double getIfAbsentPutWithKey(double key,
DoubleToDoubleFunction function)
<P> double getIfAbsentPutWith(double key,
DoubleFunction<? super P> function,
P parameter)
double updateValue(double key,
double initialValueIfAbsent,
DoubleToDoubleFunction function)
MutableDoubleDoubleMap flipUniqueValues()
DoubleDoubleMapflipUniqueValues in interface DoubleDoubleMapMutableDoubleDoubleMap select(DoubleDoublePredicate predicate)
select in interface DoubleDoubleMapMutableDoubleDoubleMap reject(DoubleDoublePredicate predicate)
reject in interface DoubleDoubleMapMutableDoubleDoubleMap withKeyValue(double key, double value)
MutableDoubleDoubleMap withoutKey(double key)
MutableDoubleDoubleMap withoutAllKeys(DoubleIterable keys)
MutableDoubleDoubleMap asUnmodifiable()
MutableDoubleDoubleMap asSynchronized()
double addToValue(double key,
double toBeAdded)
Copyright © 2004–2017. All rights reserved.