public interface MutableFloatByteMap extends FloatByteMap, MutableByteValuesMap
| Modifier and Type | Method and Description |
|---|---|
byte |
addToValue(float key,
byte toBeAdded) |
MutableFloatByteMap |
asSynchronized() |
MutableFloatByteMap |
asUnmodifiable() |
MutableByteFloatMap |
flipUniqueValues()
Return the ByteFloatMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
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, toStringbyteIterator, clear, collect, reject, selectcontainsValue, forEachValue, tap, valuesallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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)
MutableByteFloatMap flipUniqueValues()
FloatByteMapflipUniqueValues in interface FloatByteMapMutableFloatByteMap select(FloatBytePredicate predicate)
select in interface FloatByteMapMutableFloatByteMap reject(FloatBytePredicate predicate)
reject in interface FloatByteMapMutableFloatByteMap 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–2017. All rights reserved.