public interface MutableIntLongMap extends IntLongMap
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, longIterator, 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,
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 IntLongMapMutableIntLongMap reject(IntLongPredicate predicate)
reject in interface IntLongMapMutableLongCollection select(LongPredicate predicate)
select in interface LongIterableMutableLongCollection reject(LongPredicate predicate)
reject in interface LongIterable<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterableMutableIntLongMap 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–2017. All rights reserved.