public interface MutableFloatByteMap extends FloatByteMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, 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(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 FloatByteMapMutableFloatByteMap reject(FloatBytePredicate predicate)
reject in interface FloatByteMapMutableByteCollection select(BytePredicate predicate)
select in interface ByteIterableMutableByteCollection reject(BytePredicate predicate)
reject in interface ByteIterable<V> MutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterableMutableFloatByteMap 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.