public interface MutableCharFloatMap extends CharFloatMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, floatIterator, 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 clear()
void 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)
MutableCharFloatMap select(CharFloatPredicate predicate)
select
in interface CharFloatMap
MutableCharFloatMap reject(CharFloatPredicate predicate)
reject
in interface CharFloatMap
MutableFloatCollection select(FloatPredicate predicate)
select
in interface FloatIterable
MutableFloatCollection reject(FloatPredicate predicate)
reject
in interface FloatIterable
<V> MutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
MutableCharFloatMap 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.