public interface MutableDoubleLongMap extends DoubleLongMap
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(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 DoubleLongMapMutableDoubleLongMap reject(DoubleLongPredicate predicate)
reject in interface DoubleLongMapMutableLongCollection 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 LongIterableMutableDoubleLongMap 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–2017. All rights reserved.