public interface MutableByteByteMap extends ByteByteMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void clear()
void 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 ByteByteMap
MutableByteByteMap reject(ByteBytePredicate predicate)
reject
in interface ByteByteMap
MutableByteCollection select(BytePredicate predicate)
select
in interface ByteIterable
MutableByteCollection reject(BytePredicate predicate)
reject
in interface ByteIterable
<V> MutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
MutableByteByteMap 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–2019. All rights reserved.