public interface MutableDoubleFloatMap extends DoubleFloatMap
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(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 DoubleFloatMapMutableFloatCollection 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 FloatIterableMutableDoubleFloatMap 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.