public interface MutableObjectIntMap<K> extends ObjectIntMap<K>
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
MutableIntIterator intIterator()
intIterator
in interface IntIterable
void clear()
void put(K key, int value)
void putAll(ObjectIntMap<? extends K> map)
void removeKey(K key)
void remove(Object key)
int removeKeyIfAbsent(K key, int value)
int getIfAbsentPut(K key, int value)
int getIfAbsentPut(K key, IntFunction0 function)
int getIfAbsentPutWithKey(K key, IntFunction<? super K> function)
<P> int getIfAbsentPutWith(K key, IntFunction<? super P> function, P parameter)
int updateValue(K key, int initialValueIfAbsent, IntToIntFunction function)
MutableObjectIntMap<K> select(ObjectIntPredicate<? super K> predicate)
select
in interface ObjectIntMap<K>
MutableObjectIntMap<K> reject(ObjectIntPredicate<? super K> predicate)
reject
in interface ObjectIntMap<K>
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
MutableObjectIntMap<K> withKeyValue(K key, int value)
MutableObjectIntMap<K> withoutKey(K key)
MutableObjectIntMap<K> withoutAllKeys(Iterable<? extends K> keys)
MutableObjectIntMap<K> asUnmodifiable()
MutableObjectIntMap<K> asSynchronized()
int addToValue(K key, int toBeAdded)
Copyright © 2004–2016. All rights reserved.