public interface MutableByteCharMap extends ByteCharMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, charIterator, 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(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 ByteCharMap
MutableByteCharMap reject(ByteCharPredicate predicate)
reject
in interface ByteCharMap
MutableCharCollection select(CharPredicate predicate)
select
in interface CharIterable
MutableCharCollection reject(CharPredicate predicate)
reject
in interface CharIterable
<V> MutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
MutableByteCharMap 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–2016. All rights reserved.