public interface MutableLongLongMap extends LongLongMap
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(long key,
long value)
void putAll(LongLongMap map)
void removeKey(long key)
void remove(long key)
long removeKeyIfAbsent(long key,
long value)
long getIfAbsentPut(long key,
long value)
long getIfAbsentPut(long key,
LongFunction0 function)
long getIfAbsentPutWithKey(long key,
LongToLongFunction function)
<P> long getIfAbsentPutWith(long key,
LongFunction<? super P> function,
P parameter)
long updateValue(long key,
long initialValueIfAbsent,
LongToLongFunction function)
MutableLongLongMap select(LongLongPredicate predicate)
select in interface LongLongMapMutableLongLongMap reject(LongLongPredicate predicate)
reject in interface LongLongMapMutableLongCollection 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 LongIterableMutableLongLongMap withKeyValue(long key, long value)
MutableLongLongMap withoutKey(long key)
MutableLongLongMap withoutAllKeys(LongIterable keys)
MutableLongLongMap asUnmodifiable()
MutableLongLongMap asSynchronized()
long addToValue(long key,
long toBeAdded)
Copyright © 2004–2017. All rights reserved.