public interface MutableShortDoubleMap extends ShortDoubleMap
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(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 ShortDoubleMapMutableShortDoubleMap reject(ShortDoublePredicate predicate)
reject in interface ShortDoubleMapMutableDoubleCollection 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 DoubleIterableMutableShortDoubleMap 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.