public interface MutableDoubleFloatMap extends DoubleFloatMap, MutableFloatValuesMap
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringclear, collect, floatIterator, reject, selectcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 DoubleFloatMapMutableDoubleFloatMap reject(DoubleFloatPredicate predicate)
reject in interface DoubleFloatMapMutableDoubleFloatMap 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–2017. All rights reserved.