ByteIterable
, ByteValuesMap
, DoubleByteMap
, MutableByteValuesMap
, PrimitiveIterable
DoubleByteHashMap
, SynchronizedDoubleByteMap
, UnmodifiableDoubleByteMap
public interface MutableDoubleByteMap extends DoubleByteMap, MutableByteValuesMap
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, values
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
byteIterator, clear, collect, reject, select
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
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
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–2017. All rights reserved.