public interface MutableLongDoubleMap extends LongDoubleMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid clear()
void put(long key,
double value)
void putAll(LongDoubleMap map)
void removeKey(long key)
void remove(long key)
double removeKeyIfAbsent(long key,
double value)
double getIfAbsentPut(long key,
double value)
double getIfAbsentPut(long key,
DoubleFunction0 function)
double getIfAbsentPutWithKey(long key,
LongToDoubleFunction function)
<P> double getIfAbsentPutWith(long key,
DoubleFunction<? super P> function,
P parameter)
double updateValue(long key,
double initialValueIfAbsent,
DoubleToDoubleFunction function)
MutableLongDoubleMap select(LongDoublePredicate predicate)
select in interface LongDoubleMapMutableLongDoubleMap reject(LongDoublePredicate predicate)
reject in interface LongDoubleMapMutableDoubleCollection select(DoublePredicate predicate)
select in interface DoubleIterableMutableDoubleCollection reject(DoublePredicate predicate)
reject in interface DoubleIterable<V> MutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterableMutableLongDoubleMap withKeyValue(long key, double value)
MutableLongDoubleMap withoutKey(long key)
MutableLongDoubleMap withoutAllKeys(LongIterable keys)
MutableLongDoubleMap asUnmodifiable()
MutableLongDoubleMap asSynchronized()
double addToValue(long key,
double toBeAdded)
Copyright © 2004–2017. All rights reserved.