public interface MutableDoubleCharMap extends DoubleCharMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void 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 DoubleCharMap
MutableDoubleCharMap reject(DoubleCharPredicate predicate)
reject
in interface DoubleCharMap
MutableCharCollection select(CharPredicate predicate)
select
in interface CharIterable
MutableCharCollection reject(CharPredicate predicate)
reject
in interface CharIterable
<V> MutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
MutableDoubleCharMap 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–2019. All rights reserved.