ByteDoubleMap
, DoubleIterable
, DoubleValuesMap
, MutableDoubleValuesMap
, PrimitiveIterable
ByteDoubleHashMap
, SynchronizedByteDoubleMap
, UnmodifiableByteDoubleMap
public interface MutableByteDoubleMap extends ByteDoubleMap, MutableDoubleValuesMap
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
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
clear, collect, doubleIterator, reject, select
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void put(byte key, double value)
void putAll(ByteDoubleMap map)
void removeKey(byte key)
void remove(byte key)
double removeKeyIfAbsent(byte key, double value)
double getIfAbsentPut(byte key, double value)
double getIfAbsentPut(byte key, DoubleFunction0 function)
double getIfAbsentPutWithKey(byte key, ByteToDoubleFunction function)
<P> double getIfAbsentPutWith(byte key, DoubleFunction<? super P> function, P parameter)
double updateValue(byte key, double initialValueIfAbsent, DoubleToDoubleFunction function)
MutableByteDoubleMap select(ByteDoublePredicate predicate)
select
in interface ByteDoubleMap
MutableByteDoubleMap reject(ByteDoublePredicate predicate)
reject
in interface ByteDoubleMap
MutableByteDoubleMap withKeyValue(byte key, double value)
MutableByteDoubleMap withoutKey(byte key)
MutableByteDoubleMap withoutAllKeys(ByteIterable keys)
MutableByteDoubleMap asUnmodifiable()
MutableByteDoubleMap asSynchronized()
double addToValue(byte key, double toBeAdded)
Copyright © 2004–2017. All rights reserved.