public interface MutableCharByteMap extends CharByteMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 CharByteMapMutableCharByteMap reject(CharBytePredicate predicate)
reject in interface CharByteMapMutableByteCollection 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 ByteIterableMutableCharByteMap 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–2017. All rights reserved.