public interface MutableObjectLongMap<K> extends ObjectLongMap<K>
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeMutableLongIterator longIterator()
longIterator in interface LongIterablevoid 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 LongIterableMutableLongCollection reject(LongPredicate predicate)
reject in interface LongIterable<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterableMutableObjectLongMap<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–2017. All rights reserved.