public interface MutableObjectFloatMap<K> extends ObjectFloatMap<K>
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
MutableFloatIterator floatIterator()
floatIterator
in interface FloatIterable
void clear()
void put(K key, float value)
void putAll(ObjectFloatMap<? extends K> map)
void removeKey(K key)
void remove(Object key)
float removeKeyIfAbsent(K key, float value)
float getIfAbsentPut(K key, float value)
float getIfAbsentPut(K key, FloatFunction0 function)
float getIfAbsentPutWithKey(K key, FloatFunction<? super K> function)
<P> float getIfAbsentPutWith(K key, FloatFunction<? super P> function, P parameter)
float updateValue(K key, float initialValueIfAbsent, FloatToFloatFunction function)
MutableObjectFloatMap<K> select(ObjectFloatPredicate<? super K> predicate)
select
in interface ObjectFloatMap<K>
MutableObjectFloatMap<K> reject(ObjectFloatPredicate<? super K> predicate)
reject
in interface ObjectFloatMap<K>
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
MutableObjectFloatMap<K> withKeyValue(K key, float value)
MutableObjectFloatMap<K> withoutKey(K key)
MutableObjectFloatMap<K> withoutAllKeys(Iterable<? extends K> keys)
MutableObjectFloatMap<K> asUnmodifiable()
MutableObjectFloatMap<K> asSynchronized()
float addToValue(K key, float toBeAdded)
Copyright © 2004–2016. All rights reserved.