public interface MutableFloatFloatMap extends FloatFloatMap
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(float key, float value)
void putAll(FloatFloatMap map)
void removeKey(float key)
void remove(float key)
float removeKeyIfAbsent(float key, float value)
float getIfAbsentPut(float key, float value)
float getIfAbsentPut(float key, FloatFunction0 function)
float getIfAbsentPutWithKey(float key, FloatToFloatFunction function)
<P> float getIfAbsentPutWith(float key, FloatFunction<? super P> function, P parameter)
float updateValue(float key, float initialValueIfAbsent, FloatToFloatFunction function)
MutableFloatFloatMap select(FloatFloatPredicate predicate)
select
in interface FloatFloatMap
MutableFloatFloatMap reject(FloatFloatPredicate predicate)
reject
in interface FloatFloatMap
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
MutableFloatFloatMap withKeyValue(float key, float value)
MutableFloatFloatMap withoutKey(float key)
MutableFloatFloatMap withoutAllKeys(FloatIterable keys)
MutableFloatFloatMap asUnmodifiable()
MutableFloatFloatMap asSynchronized()
float addToValue(float key, float toBeAdded)
Copyright © 2004–2019. All rights reserved.