public interface MutableCharFloatMap extends CharFloatMap, MutableFloatValuesMap
| Modifier and Type | Method and Description |
|---|---|
float |
addToValue(char key,
float toBeAdded) |
MutableCharFloatMap |
asSynchronized() |
MutableCharFloatMap |
asUnmodifiable() |
MutableFloatCharMap |
flipUniqueValues()
Return the FloatCharMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
float |
getIfAbsentPut(char key,
float value) |
float |
getIfAbsentPut(char key,
FloatFunction0 function) |
<P> float |
getIfAbsentPutWith(char key,
FloatFunction<? super P> function,
P parameter) |
float |
getIfAbsentPutWithKey(char key,
CharToFloatFunction function) |
void |
put(char key,
float value) |
void |
putAll(CharFloatMap map) |
MutableCharFloatMap |
reject(CharFloatPredicate predicate) |
void |
remove(char key) |
void |
removeKey(char key) |
float |
removeKeyIfAbsent(char key,
float value) |
MutableCharFloatMap |
select(CharFloatPredicate predicate) |
float |
updateValue(char key,
float initialValueIfAbsent,
FloatToFloatFunction function) |
MutableCharFloatMap |
withKeyValue(char key,
float value) |
MutableCharFloatMap |
withoutAllKeys(CharIterable keys) |
MutableCharFloatMap |
withoutKey(char 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(char key,
float value)
void putAll(CharFloatMap map)
void removeKey(char key)
void remove(char key)
float removeKeyIfAbsent(char key,
float value)
float getIfAbsentPut(char key,
float value)
float getIfAbsentPut(char key,
FloatFunction0 function)
float getIfAbsentPutWithKey(char key,
CharToFloatFunction function)
<P> float getIfAbsentPutWith(char key,
FloatFunction<? super P> function,
P parameter)
float updateValue(char key,
float initialValueIfAbsent,
FloatToFloatFunction function)
MutableFloatCharMap flipUniqueValues()
CharFloatMapflipUniqueValues in interface CharFloatMapMutableCharFloatMap select(CharFloatPredicate predicate)
select in interface CharFloatMapMutableCharFloatMap reject(CharFloatPredicate predicate)
reject in interface CharFloatMapMutableCharFloatMap withKeyValue(char key, float value)
MutableCharFloatMap withoutKey(char key)
MutableCharFloatMap withoutAllKeys(CharIterable keys)
MutableCharFloatMap asUnmodifiable()
MutableCharFloatMap asSynchronized()
float addToValue(char key,
float toBeAdded)
Copyright © 2004–2017. All rights reserved.