public interface MutableIntIntMap extends IntIntMap
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(int key, int value)
void putAll(IntIntMap map)
void removeKey(int key)
void remove(int key)
int removeKeyIfAbsent(int key, int value)
int getIfAbsentPut(int key, int value)
int getIfAbsentPut(int key, IntFunction0 function)
int getIfAbsentPutWithKey(int key, IntToIntFunction function)
<P> int getIfAbsentPutWith(int key, IntFunction<? super P> function, P parameter)
int updateValue(int key, int initialValueIfAbsent, IntToIntFunction function)
MutableIntIntMap select(IntIntPredicate predicate)
MutableIntIntMap reject(IntIntPredicate predicate)
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
MutableIntIntMap withKeyValue(int key, int value)
MutableIntIntMap withoutKey(int key)
MutableIntIntMap withoutAllKeys(IntIterable keys)
MutableIntIntMap asUnmodifiable()
MutableIntIntMap asSynchronized()
int addToValue(int key, int toBeAdded)
Copyright © 2004–2018. All rights reserved.