public interface MutableShortDoubleMap extends ShortDoubleMap
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, doubleIterator, forEach, injectInto, 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(short key, double value)
void putAll(ShortDoubleMap map)
void removeKey(short key)
void remove(short key)
double removeKeyIfAbsent(short key, double value)
double getIfAbsentPut(short key, double value)
double getIfAbsentPut(short key, DoubleFunction0 function)
double getIfAbsentPutWithKey(short key, ShortToDoubleFunction function)
<P> double getIfAbsentPutWith(short key, DoubleFunction<? super P> function, P parameter)
double updateValue(short key, double initialValueIfAbsent, DoubleToDoubleFunction function)
MutableShortDoubleMap select(ShortDoublePredicate predicate)
select
in interface ShortDoubleMap
MutableShortDoubleMap reject(ShortDoublePredicate predicate)
reject
in interface ShortDoubleMap
MutableDoubleCollection select(DoublePredicate predicate)
select
in interface DoubleIterable
MutableDoubleCollection reject(DoublePredicate predicate)
reject
in interface DoubleIterable
<V> MutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
MutableShortDoubleMap withKeyValue(short key, double value)
MutableShortDoubleMap withoutKey(short key)
MutableShortDoubleMap withoutAllKeys(ShortIterable keys)
MutableShortDoubleMap asUnmodifiable()
MutableShortDoubleMap asSynchronized()
double addToValue(short key, double toBeAdded)
Copyright © 2004–2017. All rights reserved.