public interface MutableIntDoubleMap extends IntDoubleMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid clear()
void put(int key,
double value)
void putAll(IntDoubleMap map)
void removeKey(int key)
void remove(int key)
double removeKeyIfAbsent(int key,
double value)
double getIfAbsentPut(int key,
double value)
double getIfAbsentPut(int key,
DoubleFunction0 function)
double getIfAbsentPutWithKey(int key,
IntToDoubleFunction function)
<P> double getIfAbsentPutWith(int key,
DoubleFunction<? super P> function,
P parameter)
double updateValue(int key,
double initialValueIfAbsent,
DoubleToDoubleFunction function)
MutableIntDoubleMap select(IntDoublePredicate predicate)
select in interface IntDoubleMapMutableIntDoubleMap reject(IntDoublePredicate predicate)
reject in interface IntDoubleMapMutableDoubleCollection 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 DoubleIterableMutableIntDoubleMap withKeyValue(int key, double value)
MutableIntDoubleMap withoutKey(int key)
MutableIntDoubleMap withoutAllKeys(IntIterable keys)
MutableIntDoubleMap asUnmodifiable()
MutableIntDoubleMap asSynchronized()
double addToValue(int key,
double toBeAdded)
Copyright © 2004–2017. All rights reserved.