public interface MutableDoubleIntMap extends DoubleIntMap
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, forEach, injectInto, intIterator, 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(double key, int value)
void putAll(DoubleIntMap map)
void removeKey(double key)
void remove(double key)
int removeKeyIfAbsent(double key, int value)
int getIfAbsentPut(double key, int value)
int getIfAbsentPut(double key, IntFunction0 function)
int getIfAbsentPutWithKey(double key, DoubleToIntFunction function)
<P> int getIfAbsentPutWith(double key, IntFunction<? super P> function, P parameter)
int updateValue(double key, int initialValueIfAbsent, IntToIntFunction function)
MutableDoubleIntMap select(DoubleIntPredicate predicate)
select
in interface DoubleIntMap
MutableDoubleIntMap reject(DoubleIntPredicate predicate)
reject
in interface DoubleIntMap
MutableIntCollection select(IntPredicate predicate)
select
in interface IntIterable
MutableIntCollection reject(IntPredicate predicate)
reject
in interface IntIterable
<V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
MutableDoubleIntMap withKeyValue(double key, int value)
MutableDoubleIntMap withoutKey(double key)
MutableDoubleIntMap withoutAllKeys(DoubleIterable keys)
MutableDoubleIntMap asUnmodifiable()
MutableDoubleIntMap asSynchronized()
int addToValue(double key, int toBeAdded)
Copyright © 2004–2018. All rights reserved.