public interface MutableFloatDoubleMap extends FloatDoubleMap
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(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
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
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–2019. All rights reserved.