public interface MutableFloatDoubleMap extends FloatDoubleMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 FloatDoubleMapMutableFloatDoubleMap reject(FloatDoublePredicate predicate)
reject in interface FloatDoubleMapMutableDoubleCollection select(DoublePredicate predicate)
select in interface DoubleIterableMutableDoubleCollection reject(DoublePredicate predicate)
reject in interface DoubleIterable<V> MutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterableMutableFloatDoubleMap 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–2017. All rights reserved.