FloatFloatMap, FloatIterable, FloatValuesMap, MutableFloatValuesMap, PrimitiveIterableFloatFloatHashMap, SynchronizedFloatFloatMap, UnmodifiableFloatFloatMappublic interface MutableFloatFloatMap extends FloatFloatMap, MutableFloatValuesMap
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringallSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsValue, forEachValue, valuesclear, collect, floatIterator, reject, selectappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 FloatFloatMapMutableFloatFloatMap reject(FloatFloatPredicate predicate)
reject in interface FloatFloatMapMutableFloatFloatMap 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–2017. All rights reserved.