public interface MutableDoubleCharMap extends DoubleCharMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, 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(double key,
char value)
void putAll(DoubleCharMap map)
void removeKey(double key)
void remove(double key)
char removeKeyIfAbsent(double key,
char value)
char getIfAbsentPut(double key,
char value)
char getIfAbsentPut(double key,
CharFunction0 function)
char getIfAbsentPutWithKey(double key,
DoubleToCharFunction function)
<P> char getIfAbsentPutWith(double key,
CharFunction<? super P> function,
P parameter)
char updateValue(double key,
char initialValueIfAbsent,
CharToCharFunction function)
MutableDoubleCharMap select(DoubleCharPredicate predicate)
select in interface DoubleCharMapMutableDoubleCharMap reject(DoubleCharPredicate predicate)
reject in interface DoubleCharMapMutableCharCollection select(CharPredicate predicate)
select in interface CharIterableMutableCharCollection reject(CharPredicate predicate)
reject in interface CharIterable<V> MutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterableMutableDoubleCharMap withKeyValue(double key, char value)
MutableDoubleCharMap withoutKey(double key)
MutableDoubleCharMap withoutAllKeys(DoubleIterable keys)
MutableDoubleCharMap asUnmodifiable()
MutableDoubleCharMap asSynchronized()
char addToValue(double key,
char toBeAdded)
Copyright © 2004–2017. All rights reserved.