public interface MutableCharShortMap extends CharShortMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void clear()
void put(char key, short value)
void putAll(CharShortMap map)
void removeKey(char key)
void remove(char key)
short removeKeyIfAbsent(char key, short value)
short getIfAbsentPut(char key, short value)
short getIfAbsentPut(char key, ShortFunction0 function)
short getIfAbsentPutWithKey(char key, CharToShortFunction function)
<P> short getIfAbsentPutWith(char key, ShortFunction<? super P> function, P parameter)
short updateValue(char key, short initialValueIfAbsent, ShortToShortFunction function)
MutableCharShortMap select(CharShortPredicate predicate)
select
in interface CharShortMap
MutableCharShortMap reject(CharShortPredicate predicate)
reject
in interface CharShortMap
MutableShortCollection select(ShortPredicate predicate)
select
in interface ShortIterable
MutableShortCollection reject(ShortPredicate predicate)
reject
in interface ShortIterable
<V> MutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
MutableCharShortMap withKeyValue(char key, short value)
MutableCharShortMap withoutKey(char key)
MutableCharShortMap withoutAllKeys(CharIterable keys)
MutableCharShortMap asUnmodifiable()
MutableCharShortMap asSynchronized()
short addToValue(char key, short toBeAdded)
Copyright © 2004–2017. All rights reserved.