public interface MutableObjectDoubleMap<K> extends ObjectDoubleMap<K>
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, 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, sizeMutableDoubleIterator doubleIterator()
doubleIterator in interface DoubleIterablevoid clear()
void put(K key, double value)
void putAll(ObjectDoubleMap<? extends K> map)
void removeKey(K key)
void remove(Object key)
double removeKeyIfAbsent(K key, double value)
double getIfAbsentPut(K key, double value)
double getIfAbsentPut(K key, DoubleFunction0 function)
double getIfAbsentPutWithKey(K key, DoubleFunction<? super K> function)
<P> double getIfAbsentPutWith(K key, DoubleFunction<? super P> function, P parameter)
double updateValue(K key, double initialValueIfAbsent, DoubleToDoubleFunction function)
MutableObjectDoubleMap<K> select(ObjectDoublePredicate<? super K> predicate)
select in interface ObjectDoubleMap<K>MutableObjectDoubleMap<K> reject(ObjectDoublePredicate<? super K> predicate)
reject in interface ObjectDoubleMap<K>MutableDoubleCollection 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 DoubleIterableMutableObjectDoubleMap<K> withKeyValue(K key, double value)
MutableObjectDoubleMap<K> withoutKey(K key)
MutableObjectDoubleMap<K> withoutAllKeys(Iterable<? extends K> keys)
MutableObjectDoubleMap<K> asUnmodifiable()
MutableObjectDoubleMap<K> asSynchronized()
double addToValue(K key, double toBeAdded)
Copyright © 2004–2017. All rights reserved.