DoubleIterable
, DoubleValuesMap
, MutableDoubleValuesMap
, PrimitiveIterable
, ShortDoubleMap
ShortDoubleHashMap
, SynchronizedShortDoubleMap
, UnmodifiableShortDoubleMap
public interface MutableShortDoubleMap extends ShortDoubleMap, MutableDoubleValuesMap
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, values
clear, collect, doubleIterator, reject, select
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
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
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.