public interface MutableIntDoubleMap extends IntDoubleMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, 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 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 IntDoubleMap
MutableIntDoubleMap reject(IntDoublePredicate predicate)
reject
in interface IntDoubleMap
MutableDoubleCollection select(DoublePredicate predicate)
select
in interface DoubleIterable
MutableDoubleCollection reject(DoublePredicate predicate)
reject
in interface DoubleIterable
<V> MutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
MutableIntDoubleMap 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–2016. All rights reserved.