public interface MutableCharShortMap extends CharShortMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 CharShortMapMutableCharShortMap reject(CharShortPredicate predicate)
reject in interface CharShortMapMutableShortCollection select(ShortPredicate predicate)
select in interface ShortIterableMutableShortCollection reject(ShortPredicate predicate)
reject in interface ShortIterable<V> MutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ShortIterableMutableCharShortMap 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.