public interface MutableFloatIntMap extends FloatIntMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 FloatIntMapMutableFloatIntMap reject(FloatIntPredicate predicate)
reject in interface FloatIntMapMutableIntCollection select(IntPredicate predicate)
select in interface IntIterableMutableIntCollection reject(IntPredicate predicate)
reject in interface IntIterable<V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterableMutableFloatIntMap 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–2017. All rights reserved.