DoubleIterable, DoubleValuesMap, MutableDoubleValuesMap, PrimitiveIterable, ShortDoubleMapShortDoubleHashMap, SynchronizedShortDoubleMap, UnmodifiableShortDoubleMappublic 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, toSortedListcontainsValue, forEachValue, valuesclear, collect, doubleIterator, reject, selectappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizecontainsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringvoid 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 ShortDoubleMapMutableShortDoubleMap 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.