public interface MutableByteFloatMap extends ByteFloatMap, MutableFloatValuesMap
| Modifier and Type | Method and Description |
|---|---|
float |
addToValue(byte key,
float toBeAdded) |
MutableByteFloatMap |
asSynchronized() |
MutableByteFloatMap |
asUnmodifiable() |
float |
getIfAbsentPut(byte key,
float value) |
float |
getIfAbsentPut(byte key,
FloatFunction0 function) |
<P> float |
getIfAbsentPutWith(byte key,
FloatFunction<? super P> function,
P parameter) |
float |
getIfAbsentPutWithKey(byte key,
ByteToFloatFunction function) |
void |
put(byte key,
float value) |
void |
putAll(ByteFloatMap map) |
MutableByteFloatMap |
reject(ByteFloatPredicate predicate) |
void |
remove(byte key) |
void |
removeKey(byte key) |
float |
removeKeyIfAbsent(byte key,
float value) |
MutableByteFloatMap |
select(ByteFloatPredicate predicate) |
float |
updateValue(byte key,
float initialValueIfAbsent,
FloatToFloatFunction function) |
MutableByteFloatMap |
withKeyValue(byte key,
float value) |
MutableByteFloatMap |
withoutAllKeys(ByteIterable keys) |
MutableByteFloatMap |
withoutKey(byte key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringclear, collect, floatIterator, reject, selectcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 ByteFloatMapMutableByteFloatMap 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.