public interface MutableShortFloatMap extends ShortFloatMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 ShortFloatMapMutableShortFloatMap reject(ShortFloatPredicate predicate)
reject in interface ShortFloatMapMutableFloatCollection select(FloatPredicate predicate)
select in interface FloatIterableMutableFloatCollection reject(FloatPredicate predicate)
reject in interface FloatIterable<V> MutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterableMutableShortFloatMap 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–2017. All rights reserved.