public interface MutableShortFloatMap extends ShortFloatMap
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(short key, float value)
void putAll(ShortFloatMap map)
void removeKey(short key)
void remove(short key)
float removeKeyIfAbsent(short key, float value)
float getIfAbsentPut(short key, float value)
float getIfAbsentPut(short key, FloatFunction0 function)
float getIfAbsentPutWithKey(short key, ShortToFloatFunction function)
<P> float getIfAbsentPutWith(short key, FloatFunction<? super P> function, P parameter)
float updateValue(short key, float initialValueIfAbsent, FloatToFloatFunction function)
MutableShortFloatMap select(ShortFloatPredicate predicate)
select
in interface ShortFloatMap
MutableShortFloatMap reject(ShortFloatPredicate predicate)
reject
in interface ShortFloatMap
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
MutableShortFloatMap withKeyValue(short key, float value)
MutableShortFloatMap withoutKey(short key)
MutableShortFloatMap withoutAllKeys(ShortIterable keys)
MutableShortFloatMap asUnmodifiable()
MutableShortFloatMap asSynchronized()
float addToValue(short key, float toBeAdded)
Copyright © 2004–2019. All rights reserved.