public interface MutableByteByteMap extends ByteByteMap, MutableByteValuesMap
| Modifier and Type | Method and Description |
|---|---|
byte |
addToValue(byte key,
byte toBeAdded) |
MutableByteByteMap |
asSynchronized() |
MutableByteByteMap |
asUnmodifiable() |
byte |
getIfAbsentPut(byte key,
byte value) |
byte |
getIfAbsentPut(byte key,
ByteFunction0 function) |
<P> byte |
getIfAbsentPutWith(byte key,
ByteFunction<? super P> function,
P parameter) |
byte |
getIfAbsentPutWithKey(byte key,
ByteToByteFunction function) |
void |
put(byte key,
byte value) |
void |
putAll(ByteByteMap map) |
MutableByteByteMap |
reject(ByteBytePredicate predicate) |
void |
remove(byte key) |
void |
removeKey(byte key) |
byte |
removeKeyIfAbsent(byte key,
byte value) |
MutableByteByteMap |
select(ByteBytePredicate predicate) |
byte |
updateValue(byte key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
MutableByteByteMap |
withKeyValue(byte key,
byte value) |
MutableByteByteMap |
withoutAllKeys(ByteIterable keys) |
MutableByteByteMap |
withoutKey(byte key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringbyteIterator, clear, collect, reject, selectcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid put(byte key,
byte value)
void putAll(ByteByteMap map)
void removeKey(byte key)
void remove(byte key)
byte removeKeyIfAbsent(byte key,
byte value)
byte getIfAbsentPut(byte key,
byte value)
byte getIfAbsentPut(byte key,
ByteFunction0 function)
byte getIfAbsentPutWithKey(byte key,
ByteToByteFunction function)
<P> byte getIfAbsentPutWith(byte key,
ByteFunction<? super P> function,
P parameter)
byte updateValue(byte key,
byte initialValueIfAbsent,
ByteToByteFunction function)
MutableByteByteMap select(ByteBytePredicate predicate)
select in interface ByteByteMapMutableByteByteMap reject(ByteBytePredicate predicate)
reject in interface ByteByteMapMutableByteByteMap withKeyValue(byte key, byte value)
MutableByteByteMap withoutKey(byte key)
MutableByteByteMap withoutAllKeys(ByteIterable keys)
MutableByteByteMap asUnmodifiable()
MutableByteByteMap asSynchronized()
byte addToValue(byte key,
byte toBeAdded)
Copyright © 2004–2017. All rights reserved.