public interface MutableShortShortMap extends ShortShortMap
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(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 ShortShortMapMutableShortCollection 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 ShortIterableMutableShortShortMap 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.