public interface MutableDoubleLongMap extends DoubleLongMap
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(double key, long value)
void putAll(DoubleLongMap map)
void removeKey(double key)
void remove(double key)
long removeKeyIfAbsent(double key, long value)
long getIfAbsentPut(double key, long value)
long getIfAbsentPut(double key, LongFunction0 function)
long getIfAbsentPutWithKey(double key, DoubleToLongFunction function)
<P> long getIfAbsentPutWith(double key, LongFunction<? super P> function, P parameter)
long updateValue(double key, long initialValueIfAbsent, LongToLongFunction function)
MutableDoubleLongMap select(DoubleLongPredicate predicate)
select
in interface DoubleLongMap
MutableDoubleLongMap reject(DoubleLongPredicate predicate)
reject
in interface DoubleLongMap
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
MutableDoubleLongMap withKeyValue(double key, long value)
MutableDoubleLongMap withoutKey(double key)
MutableDoubleLongMap withoutAllKeys(DoubleIterable keys)
MutableDoubleLongMap asUnmodifiable()
MutableDoubleLongMap asSynchronized()
long addToValue(double key, long toBeAdded)
Copyright © 2004–2019. All rights reserved.