public interface MutableFloatDoubleMap extends FloatDoubleMap, MutableDoubleValuesMap
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
clear, collect, doubleIterator, reject, select
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, 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 put(float key, double value)
void putAll(FloatDoubleMap map)
void removeKey(float key)
void remove(float key)
double removeKeyIfAbsent(float key, double value)
double getIfAbsentPut(float key, double value)
double getIfAbsentPut(float key, DoubleFunction0 function)
double getIfAbsentPutWithKey(float key, FloatToDoubleFunction function)
<P> double getIfAbsentPutWith(float key, DoubleFunction<? super P> function, P parameter)
double updateValue(float key, double initialValueIfAbsent, DoubleToDoubleFunction function)
MutableFloatDoubleMap select(FloatDoublePredicate predicate)
select
in interface FloatDoubleMap
MutableFloatDoubleMap reject(FloatDoublePredicate predicate)
reject
in interface FloatDoubleMap
MutableFloatDoubleMap withKeyValue(float key, double value)
MutableFloatDoubleMap withoutKey(float key)
MutableFloatDoubleMap withoutAllKeys(FloatIterable keys)
MutableFloatDoubleMap asUnmodifiable()
MutableFloatDoubleMap asSynchronized()
double addToValue(float key, double toBeAdded)
Copyright © 2004–2016. All rights reserved.