public interface MutableLongLongMap extends LongLongMap
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(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 LongLongMap
MutableLongLongMap reject(LongLongPredicate predicate)
reject
in interface LongLongMap
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
MutableLongLongMap 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–2018. All rights reserved.