public interface MutableObjectLongMap<K> extends ObjectLongMap<K>
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
MutableLongIterator longIterator()
longIterator
in interface LongIterable
void clear()
void put(K key, long value)
void putAll(ObjectLongMap<? extends K> map)
void removeKey(K key)
void remove(Object key)
long removeKeyIfAbsent(K key, long value)
long getIfAbsentPut(K key, long value)
long getIfAbsentPut(K key, LongFunction0 function)
long getIfAbsentPutWithKey(K key, LongFunction<? super K> function)
<P> long getIfAbsentPutWith(K key, LongFunction<? super P> function, P parameter)
long updateValue(K key, long initialValueIfAbsent, LongToLongFunction function)
MutableObjectLongMap<K> select(ObjectLongPredicate<? super K> predicate)
select
in interface ObjectLongMap<K>
MutableObjectLongMap<K> reject(ObjectLongPredicate<? super K> predicate)
reject
in interface ObjectLongMap<K>
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
MutableObjectLongMap<K> withKeyValue(K key, long value)
MutableObjectLongMap<K> withoutKey(K key)
MutableObjectLongMap<K> withoutAllKeys(Iterable<? extends K> keys)
MutableObjectLongMap<K> asUnmodifiable()
MutableObjectLongMap<K> asSynchronized()
long addToValue(K key, long toBeAdded)
Copyright © 2004–2016. All rights reserved.