public interface MutableByteDoubleMap extends ByteDoubleMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, 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(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
MutableDoubleCollection select(DoublePredicate predicate)
select
in interface DoubleIterable
MutableDoubleCollection reject(DoublePredicate predicate)
reject
in interface DoubleIterable
<V> MutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
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–2016. All rights reserved.