public interface MutableShortShortMap extends ShortShortMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void 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 ShortShortMap
MutableShortShortMap reject(ShortShortPredicate predicate)
reject
in interface ShortShortMap
MutableShortCollection select(ShortPredicate predicate)
select
in interface ShortIterable
MutableShortCollection reject(ShortPredicate predicate)
reject
in interface ShortIterable
<V> MutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
MutableShortShortMap 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.