public interface MutableDoubleByteMap extends DoubleByteMap
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(double key, byte value)
void putAll(DoubleByteMap map)
void removeKey(double key)
void remove(double key)
byte removeKeyIfAbsent(double key, byte value)
byte getIfAbsentPut(double key, byte value)
byte getIfAbsentPut(double key, ByteFunction0 function)
byte getIfAbsentPutWithKey(double key, DoubleToByteFunction function)
<P> byte getIfAbsentPutWith(double key, ByteFunction<? super P> function, P parameter)
byte updateValue(double key, byte initialValueIfAbsent, ByteToByteFunction function)
MutableDoubleByteMap select(DoubleBytePredicate predicate)
select
in interface DoubleByteMap
MutableDoubleByteMap reject(DoubleBytePredicate predicate)
reject
in interface DoubleByteMap
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
MutableDoubleByteMap withKeyValue(double key, byte value)
MutableDoubleByteMap withoutKey(double key)
MutableDoubleByteMap withoutAllKeys(DoubleIterable keys)
MutableDoubleByteMap asUnmodifiable()
MutableDoubleByteMap asSynchronized()
byte addToValue(double key, byte toBeAdded)
Copyright © 2004–2018. All rights reserved.