public interface MutableByteCharMap extends ByteCharMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, charIterator, 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(byte key,
char value)
void putAll(ByteCharMap map)
void removeKey(byte key)
void remove(byte key)
char removeKeyIfAbsent(byte key,
char value)
char getIfAbsentPut(byte key,
char value)
char getIfAbsentPut(byte key,
CharFunction0 function)
char getIfAbsentPutWithKey(byte key,
ByteToCharFunction function)
<P> char getIfAbsentPutWith(byte key,
CharFunction<? super P> function,
P parameter)
char updateValue(byte key,
char initialValueIfAbsent,
CharToCharFunction function)
MutableByteCharMap select(ByteCharPredicate predicate)
select in interface ByteCharMapMutableByteCharMap reject(ByteCharPredicate predicate)
reject in interface ByteCharMapMutableCharCollection select(CharPredicate predicate)
select in interface CharIterableMutableCharCollection reject(CharPredicate predicate)
reject in interface CharIterable<V> MutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterableMutableByteCharMap withKeyValue(byte key, char value)
MutableByteCharMap withoutKey(byte key)
MutableByteCharMap withoutAllKeys(ByteIterable keys)
MutableByteCharMap asUnmodifiable()
MutableByteCharMap asSynchronized()
char addToValue(byte key,
char toBeAdded)
Copyright © 2004–2017. All rights reserved.