public interface MutableShortDoubleMap extends ShortDoubleMap, MutableDoubleValuesMap
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
clear, collect, doubleIterator, reject, select
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
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–2016. All rights reserved.