public interface MutableDoubleShortMap extends DoubleShortMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid clear()
void put(double key,
short value)
void putAll(DoubleShortMap map)
void removeKey(double key)
void remove(double key)
short removeKeyIfAbsent(double key,
short value)
short getIfAbsentPut(double key,
short value)
short getIfAbsentPut(double key,
ShortFunction0 function)
short getIfAbsentPutWithKey(double key,
DoubleToShortFunction function)
<P> short getIfAbsentPutWith(double key,
ShortFunction<? super P> function,
P parameter)
short updateValue(double key,
short initialValueIfAbsent,
ShortToShortFunction function)
MutableDoubleShortMap select(DoubleShortPredicate predicate)
select in interface DoubleShortMapMutableDoubleShortMap reject(DoubleShortPredicate predicate)
reject in interface DoubleShortMapMutableShortCollection select(ShortPredicate predicate)
select in interface ShortIterableMutableShortCollection reject(ShortPredicate predicate)
reject in interface ShortIterable<V> MutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ShortIterableMutableDoubleShortMap withKeyValue(double key, short value)
MutableDoubleShortMap withoutKey(double key)
MutableDoubleShortMap withoutAllKeys(DoubleIterable keys)
MutableDoubleShortMap asUnmodifiable()
MutableDoubleShortMap asSynchronized()
short addToValue(double key,
short toBeAdded)
Copyright © 2004–2017. All rights reserved.