public interface MutableObjectByteMap<K> extends ObjectByteMap<K>
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, 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, sizeMutableByteIterator byteIterator()
byteIterator in interface ByteIterablevoid 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 ByteIterableMutableByteCollection reject(BytePredicate predicate)
reject in interface ByteIterable<V> MutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterableMutableObjectByteMap<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–2017. All rights reserved.