public interface MutableIntIntMap extends IntIntMap
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, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 IntIterableMutableIntCollection reject(IntPredicate predicate)
reject in interface IntIterable<V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterableMutableIntIntMap 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–2017. All rights reserved.