ByteDoubleMap, DoubleIterable, DoubleValuesMap, MutableDoubleValuesMap, PrimitiveIterableByteDoubleHashMap, SynchronizedByteDoubleMap, UnmodifiableByteDoubleMappublic interface MutableByteDoubleMap extends ByteDoubleMap, MutableDoubleValuesMap
| Modifier and Type | Method | Description |
|---|---|---|
double |
addToValue(byte key,
double toBeAdded) |
|
MutableByteDoubleMap |
asSynchronized() |
|
MutableByteDoubleMap |
asUnmodifiable() |
|
MutableDoubleByteMap |
flipUniqueValues() |
Return the DoubleByteMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
double |
getIfAbsentPut(byte key,
double value) |
|
double |
getIfAbsentPut(byte key,
DoubleFunction0 function) |
|
<P> double |
getIfAbsentPutWith(byte key,
DoubleFunction<? super P> function,
P parameter) |
|
double |
getIfAbsentPutWithKey(byte key,
ByteToDoubleFunction function) |
|
void |
put(byte key,
double value) |
|
void |
putAll(ByteDoubleMap map) |
|
MutableByteDoubleMap |
reject(ByteDoublePredicate predicate) |
|
void |
remove(byte key) |
|
void |
removeKey(byte key) |
|
double |
removeKeyIfAbsent(byte key,
double value) |
|
MutableByteDoubleMap |
select(ByteDoublePredicate predicate) |
|
double |
updateValue(byte key,
double initialValueIfAbsent,
DoubleToDoubleFunction function) |
|
MutableByteDoubleMap |
withKeyValue(byte key,
double value) |
|
MutableByteDoubleMap |
withoutAllKeys(ByteIterable keys) |
|
MutableByteDoubleMap |
withoutKey(byte key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsValue, forEachValue, tap, valuesclear, collect, doubleIterator, reject, selectappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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)
MutableDoubleByteMap flipUniqueValues()
ByteDoubleMapflipUniqueValues in interface ByteDoubleMapMutableByteDoubleMap select(ByteDoublePredicate predicate)
select in interface ByteDoubleMapMutableByteDoubleMap reject(ByteDoublePredicate predicate)
reject in interface ByteDoubleMapMutableByteDoubleMap 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.