public interface MutableIntFloatMap extends IntFloatMap
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(int key,
float value)
void putAll(IntFloatMap map)
void removeKey(int key)
void remove(int key)
float removeKeyIfAbsent(int key,
float value)
float getIfAbsentPut(int key,
float value)
float getIfAbsentPut(int key,
FloatFunction0 function)
float getIfAbsentPutWithKey(int key,
IntToFloatFunction function)
<P> float getIfAbsentPutWith(int key,
FloatFunction<? super P> function,
P parameter)
float updateValue(int key,
float initialValueIfAbsent,
FloatToFloatFunction function)
MutableIntFloatMap select(IntFloatPredicate predicate)
select in interface IntFloatMapMutableIntFloatMap reject(IntFloatPredicate predicate)
reject in interface IntFloatMapMutableFloatCollection 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 FloatIterableMutableIntFloatMap withKeyValue(int key, float value)
MutableIntFloatMap withoutKey(int key)
MutableIntFloatMap withoutAllKeys(IntIterable keys)
MutableIntFloatMap asUnmodifiable()
MutableIntFloatMap asSynchronized()
float addToValue(int key,
float toBeAdded)
Copyright © 2004–2017. All rights reserved.