public interface MutableShortShortMap extends ShortShortMap, MutableShortValuesMap
| Modifier and Type | Method and Description |
|---|---|
short |
addToValue(short key,
short toBeAdded) |
MutableShortShortMap |
asSynchronized() |
MutableShortShortMap |
asUnmodifiable() |
short |
getIfAbsentPut(short key,
short value) |
short |
getIfAbsentPut(short key,
ShortFunction0 function) |
<P> short |
getIfAbsentPutWith(short key,
ShortFunction<? super P> function,
P parameter) |
short |
getIfAbsentPutWithKey(short key,
ShortToShortFunction function) |
void |
put(short key,
short value) |
void |
putAll(ShortShortMap map) |
MutableShortShortMap |
reject(ShortShortPredicate predicate) |
void |
remove(short key) |
void |
removeKey(short key) |
short |
removeKeyIfAbsent(short key,
short value) |
MutableShortShortMap |
select(ShortShortPredicate predicate) |
short |
updateValue(short key,
short initialValueIfAbsent,
ShortToShortFunction function) |
MutableShortShortMap |
withKeyValue(short key,
short value) |
MutableShortShortMap |
withoutAllKeys(ShortIterable keys) |
MutableShortShortMap |
withoutKey(short key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringclear, collect, reject, select, shortIteratorcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid put(short key,
short value)
void putAll(ShortShortMap map)
void removeKey(short key)
void remove(short key)
short removeKeyIfAbsent(short key,
short value)
short getIfAbsentPut(short key,
short value)
short getIfAbsentPut(short key,
ShortFunction0 function)
short getIfAbsentPutWithKey(short key,
ShortToShortFunction function)
<P> short getIfAbsentPutWith(short key,
ShortFunction<? super P> function,
P parameter)
short updateValue(short key,
short initialValueIfAbsent,
ShortToShortFunction function)
MutableShortShortMap select(ShortShortPredicate predicate)
select in interface ShortShortMapMutableShortShortMap reject(ShortShortPredicate predicate)
reject in interface ShortShortMapMutableShortShortMap withKeyValue(short key, short value)
MutableShortShortMap withoutKey(short key)
MutableShortShortMap withoutAllKeys(ShortIterable keys)
MutableShortShortMap asUnmodifiable()
MutableShortShortMap asSynchronized()
short addToValue(short key,
short toBeAdded)
Copyright © 2004–2016. All rights reserved.