public interface MutableDoubleByteMap extends DoubleByteMap, MutableByteValuesMap
| Modifier and Type | Method and Description |
|---|---|
byte |
addToValue(double key,
byte toBeAdded) |
MutableDoubleByteMap |
asSynchronized() |
MutableDoubleByteMap |
asUnmodifiable() |
MutableByteDoubleMap |
flipUniqueValues()
Return the ByteDoubleMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
byte |
getIfAbsentPut(double key,
byte value) |
byte |
getIfAbsentPut(double key,
ByteFunction0 function) |
<P> byte |
getIfAbsentPutWith(double key,
ByteFunction<? super P> function,
P parameter) |
byte |
getIfAbsentPutWithKey(double key,
DoubleToByteFunction function) |
void |
put(double key,
byte value) |
void |
putAll(DoubleByteMap map) |
MutableDoubleByteMap |
reject(DoubleBytePredicate predicate) |
void |
remove(double key) |
void |
removeKey(double key) |
byte |
removeKeyIfAbsent(double key,
byte value) |
MutableDoubleByteMap |
select(DoubleBytePredicate predicate) |
byte |
updateValue(double key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
MutableDoubleByteMap |
withKeyValue(double key,
byte value) |
MutableDoubleByteMap |
withoutAllKeys(DoubleIterable keys) |
MutableDoubleByteMap |
withoutKey(double key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringbyteIterator, clear, collect, reject, selectcontainsValue, forEachValue, tap, valuesallSatisfy, 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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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)
MutableByteDoubleMap flipUniqueValues()
DoubleByteMapflipUniqueValues in interface DoubleByteMapMutableDoubleByteMap select(DoubleBytePredicate predicate)
select in interface DoubleByteMapMutableDoubleByteMap reject(DoubleBytePredicate predicate)
reject in interface DoubleByteMapMutableDoubleByteMap 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.