public interface MutableByteDoubleMap extends ByteDoubleMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, 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(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 ByteDoubleMapMutableByteDoubleMap reject(ByteDoublePredicate predicate)
reject in interface ByteDoubleMapMutableDoubleCollection select(DoublePredicate predicate)
select in interface DoubleIterableMutableDoubleCollection reject(DoublePredicate predicate)
reject in interface DoubleIterable<V> MutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterableMutableByteDoubleMap 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.