public interface MutableFloatDoubleMap extends FloatDoubleMap, MutableDoubleValuesMap
| Modifier and Type | Method and Description |
|---|---|
double |
addToValue(float key,
double toBeAdded) |
MutableFloatDoubleMap |
asSynchronized() |
MutableFloatDoubleMap |
asUnmodifiable() |
MutableDoubleFloatMap |
flipUniqueValues()
Return the DoubleFloatMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
double |
getIfAbsentPut(float key,
double value) |
double |
getIfAbsentPut(float key,
DoubleFunction0 function) |
<P> double |
getIfAbsentPutWith(float key,
DoubleFunction<? super P> function,
P parameter) |
double |
getIfAbsentPutWithKey(float key,
FloatToDoubleFunction function) |
void |
put(float key,
double value) |
void |
putAll(FloatDoubleMap map) |
MutableFloatDoubleMap |
reject(FloatDoublePredicate predicate) |
void |
remove(float key) |
void |
removeKey(float key) |
double |
removeKeyIfAbsent(float key,
double value) |
MutableFloatDoubleMap |
select(FloatDoublePredicate predicate) |
double |
updateValue(float key,
double initialValueIfAbsent,
DoubleToDoubleFunction function) |
MutableFloatDoubleMap |
withKeyValue(float key,
double value) |
MutableFloatDoubleMap |
withoutAllKeys(FloatIterable keys) |
MutableFloatDoubleMap |
withoutKey(float key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringclear, collect, doubleIterator, reject, selectcontainsValue, forEachValue, tap, valuesallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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)
MutableDoubleFloatMap flipUniqueValues()
FloatDoubleMapflipUniqueValues in interface FloatDoubleMapMutableFloatDoubleMap select(FloatDoublePredicate predicate)
select in interface FloatDoubleMapMutableFloatDoubleMap reject(FloatDoublePredicate predicate)
reject in interface FloatDoubleMapMutableFloatDoubleMap 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.