MutableShortValuesMap, PrimitiveIterable, ShortIterable, ShortShortMap, ShortValuesMapShortShortHashMap, SynchronizedShortShortMap, UnmodifiableShortShortMappublic interface MutableShortShortMap extends ShortShortMap, MutableShortValuesMap
clear, collect, reject, select, shortIteratorappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeallSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesvoid 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–2017. All rights reserved.