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