public interface MutableCharShortMap extends CharShortMap, MutableShortValuesMap
| Modifier and Type | Method and Description |
|---|---|
short |
addToValue(char key,
short toBeAdded) |
MutableCharShortMap |
asSynchronized() |
MutableCharShortMap |
asUnmodifiable() |
MutableShortCharMap |
flipUniqueValues()
Return the ShortCharMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
short |
getIfAbsentPut(char key,
short value) |
short |
getIfAbsentPut(char key,
ShortFunction0 function) |
<P> short |
getIfAbsentPutWith(char key,
ShortFunction<? super P> function,
P parameter) |
short |
getIfAbsentPutWithKey(char key,
CharToShortFunction function) |
void |
put(char key,
short value) |
void |
putAll(CharShortMap map) |
MutableCharShortMap |
reject(CharShortPredicate predicate) |
void |
remove(char key) |
void |
removeKey(char key) |
short |
removeKeyIfAbsent(char key,
short value) |
MutableCharShortMap |
select(CharShortPredicate predicate) |
short |
updateValue(char key,
short initialValueIfAbsent,
ShortToShortFunction function) |
MutableCharShortMap |
withKeyValue(char key,
short value) |
MutableCharShortMap |
withoutAllKeys(CharIterable keys) |
MutableCharShortMap |
withoutKey(char key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringclear, collect, reject, select, shortIteratorcontainsValue, forEachValue, tap, valuesallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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)
MutableShortCharMap flipUniqueValues()
CharShortMapflipUniqueValues in interface CharShortMapMutableCharShortMap select(CharShortPredicate predicate)
select in interface CharShortMapMutableCharShortMap reject(CharShortPredicate predicate)
reject in interface CharShortMapMutableCharShortMap 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.