public interface MutableCharFloatMap extends CharFloatMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 CharFloatMapMutableCharFloatMap reject(CharFloatPredicate predicate)
reject in interface CharFloatMapMutableFloatCollection select(FloatPredicate predicate)
select in interface FloatIterableMutableFloatCollection reject(FloatPredicate predicate)
reject in interface FloatIterable<V> MutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterableMutableCharFloatMap 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.