public interface MutableLongByteMap extends LongByteMap, MutableByteValuesMap
| Modifier and Type | Method and Description |
|---|---|
byte |
addToValue(long key,
byte toBeAdded) |
MutableLongByteMap |
asSynchronized() |
MutableLongByteMap |
asUnmodifiable() |
byte |
getIfAbsentPut(long key,
byte value) |
byte |
getIfAbsentPut(long key,
ByteFunction0 function) |
<P> byte |
getIfAbsentPutWith(long key,
ByteFunction<? super P> function,
P parameter) |
byte |
getIfAbsentPutWithKey(long key,
LongToByteFunction function) |
void |
put(long key,
byte value) |
void |
putAll(LongByteMap map) |
MutableLongByteMap |
reject(LongBytePredicate predicate) |
void |
remove(long key) |
void |
removeKey(long key) |
byte |
removeKeyIfAbsent(long key,
byte value) |
MutableLongByteMap |
select(LongBytePredicate predicate) |
byte |
updateValue(long key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
MutableLongByteMap |
withKeyValue(long key,
byte value) |
MutableLongByteMap |
withoutAllKeys(LongIterable keys) |
MutableLongByteMap |
withoutKey(long 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(long key,
byte value)
void putAll(LongByteMap map)
void removeKey(long key)
void remove(long key)
byte removeKeyIfAbsent(long key,
byte value)
byte getIfAbsentPut(long key,
byte value)
byte getIfAbsentPut(long key,
ByteFunction0 function)
byte getIfAbsentPutWithKey(long key,
LongToByteFunction function)
<P> byte getIfAbsentPutWith(long key,
ByteFunction<? super P> function,
P parameter)
byte updateValue(long key,
byte initialValueIfAbsent,
ByteToByteFunction function)
MutableLongByteMap select(LongBytePredicate predicate)
select in interface LongByteMapMutableLongByteMap reject(LongBytePredicate predicate)
reject in interface LongByteMapMutableLongByteMap withKeyValue(long key, byte value)
MutableLongByteMap withoutKey(long key)
MutableLongByteMap withoutAllKeys(LongIterable keys)
MutableLongByteMap asUnmodifiable()
MutableLongByteMap asSynchronized()
byte addToValue(long key,
byte toBeAdded)
Copyright © 2004–2016. All rights reserved.