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