public interface MutableShortIntMap extends ShortIntMap
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, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void clear()
void put(short key, int value)
void putAll(ShortIntMap map)
void removeKey(short key)
void remove(short key)
int removeKeyIfAbsent(short key, int value)
int getIfAbsentPut(short key, int value)
int getIfAbsentPut(short key, IntFunction0 function)
int getIfAbsentPutWithKey(short key, ShortToIntFunction function)
<P> int getIfAbsentPutWith(short key, IntFunction<? super P> function, P parameter)
int updateValue(short key, int initialValueIfAbsent, IntToIntFunction function)
MutableShortIntMap select(ShortIntPredicate predicate)
select
in interface ShortIntMap
MutableShortIntMap reject(ShortIntPredicate predicate)
reject
in interface ShortIntMap
MutableIntCollection select(IntPredicate predicate)
select
in interface IntIterable
MutableIntCollection reject(IntPredicate predicate)
reject
in interface IntIterable
<V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
MutableShortIntMap withKeyValue(short key, int value)
MutableShortIntMap withoutKey(short key)
MutableShortIntMap withoutAllKeys(ShortIterable keys)
MutableShortIntMap asUnmodifiable()
MutableShortIntMap asSynchronized()
int addToValue(short key, int toBeAdded)
Copyright © 2004–2017. All rights reserved.