public interface MutableDoubleIntMap extends DoubleIntMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 DoubleIntMapMutableDoubleIntMap reject(DoubleIntPredicate predicate)
reject in interface DoubleIntMapMutableIntCollection select(IntPredicate predicate)
select in interface IntIterableMutableIntCollection reject(IntPredicate predicate)
reject in interface IntIterable<V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterableMutableDoubleIntMap 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–2017. All rights reserved.