public interface MutableDoubleDoubleMap extends DoubleDoubleMap, MutableDoubleValuesMap
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
clear, collect, doubleIterator, reject, select
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, 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 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 DoubleDoubleMap
MutableDoubleDoubleMap reject(DoubleDoublePredicate predicate)
reject
in interface DoubleDoubleMap
MutableDoubleDoubleMap 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.