public interface MutableFloatByteMap extends FloatByteMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, 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(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
MutableByteCollection select(BytePredicate predicate)
select
in interface ByteIterable
MutableByteCollection reject(BytePredicate predicate)
reject
in interface ByteIterable
<V> MutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
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–2018. All rights reserved.