public interface MutableByteFloatMap extends ByteFloatMap
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(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 ByteFloatMapMutableByteFloatMap reject(ByteFloatPredicate predicate)
reject in interface ByteFloatMapMutableFloatCollection 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 FloatIterableMutableByteFloatMap 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–2017. All rights reserved.