public interface MutableFloatByteMap extends FloatByteMap, MutableByteValuesMap
Modifier and Type | Method and Description |
---|---|
byte |
addToValue(float key,
byte toBeAdded) |
MutableFloatByteMap |
asSynchronized() |
MutableFloatByteMap |
asUnmodifiable() |
byte |
getIfAbsentPut(float key,
byte value) |
byte |
getIfAbsentPut(float key,
ByteFunction0 function) |
<P> byte |
getIfAbsentPutWith(float key,
ByteFunction<? super P> function,
P parameter) |
byte |
getIfAbsentPutWithKey(float key,
FloatToByteFunction function) |
void |
put(float key,
byte value) |
void |
putAll(FloatByteMap map) |
MutableFloatByteMap |
reject(FloatBytePredicate predicate) |
void |
remove(float key) |
void |
removeKey(float key) |
byte |
removeKeyIfAbsent(float key,
byte value) |
MutableFloatByteMap |
select(FloatBytePredicate predicate) |
byte |
updateValue(float key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
MutableFloatByteMap |
withKeyValue(float key,
byte value) |
MutableFloatByteMap |
withoutAllKeys(FloatIterable keys) |
MutableFloatByteMap |
withoutKey(float key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
byteIterator, clear, collect, reject, select
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, 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 put(float key, byte value)
void putAll(FloatByteMap map)
void removeKey(float key)
void remove(float key)
byte removeKeyIfAbsent(float key, byte value)
byte getIfAbsentPut(float key, byte value)
byte getIfAbsentPut(float key, ByteFunction0 function)
byte getIfAbsentPutWithKey(float key, FloatToByteFunction function)
<P> byte getIfAbsentPutWith(float key, ByteFunction<? super P> function, P parameter)
byte updateValue(float key, byte initialValueIfAbsent, ByteToByteFunction function)
MutableFloatByteMap select(FloatBytePredicate predicate)
select
in interface FloatByteMap
MutableFloatByteMap reject(FloatBytePredicate predicate)
reject
in interface FloatByteMap
MutableFloatByteMap withKeyValue(float key, byte value)
MutableFloatByteMap withoutKey(float key)
MutableFloatByteMap withoutAllKeys(FloatIterable keys)
MutableFloatByteMap asUnmodifiable()
MutableFloatByteMap asSynchronized()
byte addToValue(float key, byte toBeAdded)
Copyright © 2004–2016. All rights reserved.