public interface MutableFloatCharMap extends FloatCharMap, MutableCharValuesMap
Modifier and Type | Method and Description |
---|---|
char |
addToValue(float key,
char toBeAdded) |
MutableFloatCharMap |
asSynchronized() |
MutableFloatCharMap |
asUnmodifiable() |
char |
getIfAbsentPut(float key,
char value) |
char |
getIfAbsentPut(float key,
CharFunction0 function) |
<P> char |
getIfAbsentPutWith(float key,
CharFunction<? super P> function,
P parameter) |
char |
getIfAbsentPutWithKey(float key,
FloatToCharFunction function) |
void |
put(float key,
char value) |
void |
putAll(FloatCharMap map) |
MutableFloatCharMap |
reject(FloatCharPredicate predicate) |
void |
remove(float key) |
void |
removeKey(float key) |
char |
removeKeyIfAbsent(float key,
char value) |
MutableFloatCharMap |
select(FloatCharPredicate predicate) |
char |
updateValue(float key,
char initialValueIfAbsent,
CharToCharFunction function) |
MutableFloatCharMap |
withKeyValue(float key,
char value) |
MutableFloatCharMap |
withoutAllKeys(FloatIterable keys) |
MutableFloatCharMap |
withoutKey(float key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
charIterator, clear, collect, reject, select
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, 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 put(float key, char value)
void putAll(FloatCharMap map)
void removeKey(float key)
void remove(float key)
char removeKeyIfAbsent(float key, char value)
char getIfAbsentPut(float key, char value)
char getIfAbsentPut(float key, CharFunction0 function)
char getIfAbsentPutWithKey(float key, FloatToCharFunction function)
<P> char getIfAbsentPutWith(float key, CharFunction<? super P> function, P parameter)
char updateValue(float key, char initialValueIfAbsent, CharToCharFunction function)
MutableFloatCharMap select(FloatCharPredicate predicate)
select
in interface FloatCharMap
MutableFloatCharMap reject(FloatCharPredicate predicate)
reject
in interface FloatCharMap
MutableFloatCharMap withKeyValue(float key, char value)
MutableFloatCharMap withoutKey(float key)
MutableFloatCharMap withoutAllKeys(FloatIterable keys)
MutableFloatCharMap asUnmodifiable()
MutableFloatCharMap asSynchronized()
char addToValue(float key, char toBeAdded)
Copyright © 2004–2016. All rights reserved.