public interface MutableFloatIntMap extends FloatIntMap
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, forEach, injectInto, intIterator, 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(float key, int value)
void putAll(FloatIntMap map)
void removeKey(float key)
void remove(float key)
int removeKeyIfAbsent(float key, int value)
int getIfAbsentPut(float key, int value)
int getIfAbsentPut(float key, IntFunction0 function)
int getIfAbsentPutWithKey(float key, FloatToIntFunction function)
<P> int getIfAbsentPutWith(float key, IntFunction<? super P> function, P parameter)
int updateValue(float key, int initialValueIfAbsent, IntToIntFunction function)
MutableFloatIntMap select(FloatIntPredicate predicate)
select
in interface FloatIntMap
MutableFloatIntMap reject(FloatIntPredicate predicate)
reject
in interface FloatIntMap
MutableIntCollection select(IntPredicate predicate)
select
in interface IntIterable
MutableIntCollection reject(IntPredicate predicate)
reject
in interface IntIterable
<V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
MutableFloatIntMap withKeyValue(float key, int value)
MutableFloatIntMap withoutKey(float key)
MutableFloatIntMap withoutAllKeys(FloatIterable keys)
MutableFloatIntMap asUnmodifiable()
MutableFloatIntMap asSynchronized()
int addToValue(float key, int toBeAdded)
Copyright © 2004–2018. All rights reserved.