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