public interface MutableDoubleDoubleMap extends DoubleDoubleMap, MutableDoubleValuesMap
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringclear, collect, doubleIterator, reject, selectcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, 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 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–2016. All rights reserved.