public interface MutableDoubleFloatMap extends DoubleFloatMap, MutableFloatValuesMap
| Modifier and Type | Method and Description |
|---|---|
float |
addToValue(double key,
float toBeAdded) |
MutableDoubleFloatMap |
asSynchronized() |
MutableDoubleFloatMap |
asUnmodifiable() |
MutableFloatDoubleMap |
flipUniqueValues()
Return the FloatDoubleMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
float |
getIfAbsentPut(double key,
float value) |
float |
getIfAbsentPut(double key,
FloatFunction0 function) |
<P> float |
getIfAbsentPutWith(double key,
FloatFunction<? super P> function,
P parameter) |
float |
getIfAbsentPutWithKey(double key,
DoubleToFloatFunction function) |
void |
put(double key,
float value) |
void |
putAll(DoubleFloatMap map) |
MutableDoubleFloatMap |
reject(DoubleFloatPredicate predicate) |
void |
remove(double key) |
void |
removeKey(double key) |
float |
removeKeyIfAbsent(double key,
float value) |
MutableDoubleFloatMap |
select(DoubleFloatPredicate predicate) |
float |
updateValue(double key,
float initialValueIfAbsent,
FloatToFloatFunction function) |
MutableDoubleFloatMap |
withKeyValue(double key,
float value) |
MutableDoubleFloatMap |
withoutAllKeys(DoubleIterable keys) |
MutableDoubleFloatMap |
withoutKey(double key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringclear, collect, floatIterator, 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(double key,
float value)
void putAll(DoubleFloatMap map)
void removeKey(double key)
void remove(double key)
float removeKeyIfAbsent(double key,
float value)
float getIfAbsentPut(double key,
float value)
float getIfAbsentPut(double key,
FloatFunction0 function)
float getIfAbsentPutWithKey(double key,
DoubleToFloatFunction function)
<P> float getIfAbsentPutWith(double key,
FloatFunction<? super P> function,
P parameter)
float updateValue(double key,
float initialValueIfAbsent,
FloatToFloatFunction function)
MutableFloatDoubleMap flipUniqueValues()
DoubleFloatMapflipUniqueValues in interface DoubleFloatMapMutableDoubleFloatMap select(DoubleFloatPredicate predicate)
select in interface DoubleFloatMapMutableDoubleFloatMap reject(DoubleFloatPredicate predicate)
reject in interface DoubleFloatMapMutableDoubleFloatMap withKeyValue(double key, float value)
MutableDoubleFloatMap withoutKey(double key)
MutableDoubleFloatMap withoutAllKeys(DoubleIterable keys)
MutableDoubleFloatMap asUnmodifiable()
MutableDoubleFloatMap asSynchronized()
float addToValue(double key,
float toBeAdded)
Copyright © 2004–2017. All rights reserved.