public interface MutableLongIntMap extends LongIntMap
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(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 LongIntMapMutableLongIntMap reject(LongIntPredicate predicate)
reject in interface LongIntMapMutableIntCollection 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 IntIterableMutableLongIntMap 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–2017. All rights reserved.