public interface MutableDoubleFloatMap extends DoubleFloatMap, MutableFloatValuesMap
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
clear, collect, floatIterator, reject, select
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
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
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–2016. All rights reserved.