public interface MutableIntLongMap extends IntLongMap
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, longIterator, 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, long value)
void putAll(IntLongMap map)
void removeKey(int key)
void remove(int key)
long removeKeyIfAbsent(int key, long value)
long getIfAbsentPut(int key, long value)
long getIfAbsentPut(int key, LongFunction0 function)
long getIfAbsentPutWithKey(int key, IntToLongFunction function)
<P> long getIfAbsentPutWith(int key, LongFunction<? super P> function, P parameter)
long updateValue(int key, long initialValueIfAbsent, LongToLongFunction function)
MutableIntLongMap select(IntLongPredicate predicate)
select
in interface IntLongMap
MutableIntLongMap reject(IntLongPredicate predicate)
reject
in interface IntLongMap
MutableLongCollection select(LongPredicate predicate)
select
in interface LongIterable
MutableLongCollection reject(LongPredicate predicate)
reject
in interface LongIterable
<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
MutableIntLongMap withKeyValue(int key, long value)
MutableIntLongMap withoutKey(int key)
MutableIntLongMap withoutAllKeys(IntIterable keys)
MutableIntLongMap asUnmodifiable()
MutableIntLongMap asSynchronized()
long addToValue(int key, long toBeAdded)
Copyright © 2004–2018. All rights reserved.