public interface MutableIntFloatMap extends IntFloatMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void 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 IntFloatMap
MutableIntFloatMap reject(IntFloatPredicate predicate)
reject
in interface IntFloatMap
MutableFloatCollection select(FloatPredicate predicate)
select
in interface FloatIterable
MutableFloatCollection reject(FloatPredicate predicate)
reject
in interface FloatIterable
<V> MutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
MutableIntFloatMap 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.