public interface MutableCharByteMap extends CharByteMap
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(char key, byte value)
void putAll(CharByteMap map)
void removeKey(char key)
void remove(char key)
byte removeKeyIfAbsent(char key, byte value)
byte getIfAbsentPut(char key, byte value)
byte getIfAbsentPut(char key, ByteFunction0 function)
byte getIfAbsentPutWithKey(char key, CharToByteFunction function)
<P> byte getIfAbsentPutWith(char key, ByteFunction<? super P> function, P parameter)
byte updateValue(char key, byte initialValueIfAbsent, ByteToByteFunction function)
MutableCharByteMap select(CharBytePredicate predicate)
select
in interface CharByteMap
MutableCharByteMap reject(CharBytePredicate predicate)
reject
in interface CharByteMap
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
MutableCharByteMap withKeyValue(char key, byte value)
MutableCharByteMap withoutKey(char key)
MutableCharByteMap withoutAllKeys(CharIterable keys)
MutableCharByteMap asUnmodifiable()
MutableCharByteMap asSynchronized()
byte addToValue(char key, byte toBeAdded)
Copyright © 2004–2018. All rights reserved.