public interface MutableShortCharMap extends ShortCharMap
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(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 ShortCharMapMutableShortCharMap reject(ShortCharPredicate predicate)
reject in interface ShortCharMapMutableCharCollection 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 CharIterableMutableShortCharMap 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–2017. All rights reserved.