public interface MutableShortCharMap extends ShortCharMap
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(short key, char value)
void putAll(ShortCharMap map)
void removeKey(short key)
void remove(short key)
char removeKeyIfAbsent(short key, char value)
char getIfAbsentPut(short key, char value)
char getIfAbsentPut(short key, CharFunction0 function)
char getIfAbsentPutWithKey(short key, ShortToCharFunction function)
<P> char getIfAbsentPutWith(short key, CharFunction<? super P> function, P parameter)
char updateValue(short key, char initialValueIfAbsent, CharToCharFunction function)
MutableShortCharMap select(ShortCharPredicate predicate)
select
in interface ShortCharMap
MutableShortCharMap reject(ShortCharPredicate predicate)
reject
in interface ShortCharMap
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
MutableShortCharMap withKeyValue(short key, char value)
MutableShortCharMap withoutKey(short key)
MutableShortCharMap withoutAllKeys(ShortIterable keys)
MutableShortCharMap asUnmodifiable()
MutableShortCharMap asSynchronized()
char addToValue(short key, char toBeAdded)
Copyright © 2004–2018. All rights reserved.