public interface MutableObjectByteMap<K> extends ObjectByteMap<K>
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
MutableByteIterator byteIterator()
byteIterator
in interface ByteIterable
void clear()
void put(K key, byte value)
void putAll(ObjectByteMap<? extends K> map)
void removeKey(K key)
void remove(Object key)
byte removeKeyIfAbsent(K key, byte value)
byte getIfAbsentPut(K key, byte value)
byte getIfAbsentPut(K key, ByteFunction0 function)
byte getIfAbsentPutWithKey(K key, ByteFunction<? super K> function)
<P> byte getIfAbsentPutWith(K key, ByteFunction<? super P> function, P parameter)
byte updateValue(K key, byte initialValueIfAbsent, ByteToByteFunction function)
MutableObjectByteMap<K> select(ObjectBytePredicate<? super K> predicate)
select
in interface ObjectByteMap<K>
MutableObjectByteMap<K> reject(ObjectBytePredicate<? super K> predicate)
reject
in interface ObjectByteMap<K>
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
MutableObjectByteMap<K> withKeyValue(K key, byte value)
MutableObjectByteMap<K> withoutKey(K key)
MutableObjectByteMap<K> withoutAllKeys(Iterable<? extends K> keys)
MutableObjectByteMap<K> asUnmodifiable()
MutableObjectByteMap<K> asSynchronized()
byte addToValue(K key, byte toBeAdded)
Copyright © 2004–2016. All rights reserved.