public interface MutableIntShortMap extends IntShortMap
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(int key, short value)
void putAll(IntShortMap map)
void removeKey(int key)
void remove(int key)
short removeKeyIfAbsent(int key, short value)
short getIfAbsentPut(int key, short value)
short getIfAbsentPut(int key, ShortFunction0 function)
short getIfAbsentPutWithKey(int key, IntToShortFunction function)
<P> short getIfAbsentPutWith(int key, ShortFunction<? super P> function, P parameter)
short updateValue(int key, short initialValueIfAbsent, ShortToShortFunction function)
MutableIntShortMap select(IntShortPredicate predicate)
select
in interface IntShortMap
MutableIntShortMap reject(IntShortPredicate predicate)
reject
in interface IntShortMap
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
MutableIntShortMap withKeyValue(int key, short value)
MutableIntShortMap withoutKey(int key)
MutableIntShortMap withoutAllKeys(IntIterable keys)
MutableIntShortMap asUnmodifiable()
MutableIntShortMap asSynchronized()
short addToValue(int key, short toBeAdded)
Copyright © 2004–2017. All rights reserved.