public interface MutableDoubleCharMap extends DoubleCharMap, MutableCharValuesMap
| Modifier and Type | Method and Description |
|---|---|
char |
addToValue(double key,
char toBeAdded) |
MutableDoubleCharMap |
asSynchronized() |
MutableDoubleCharMap |
asUnmodifiable() |
char |
getIfAbsentPut(double key,
char value) |
char |
getIfAbsentPut(double key,
CharFunction0 function) |
<P> char |
getIfAbsentPutWith(double key,
CharFunction<? super P> function,
P parameter) |
char |
getIfAbsentPutWithKey(double key,
DoubleToCharFunction function) |
void |
put(double key,
char value) |
void |
putAll(DoubleCharMap map) |
MutableDoubleCharMap |
reject(DoubleCharPredicate predicate) |
void |
remove(double key) |
void |
removeKey(double key) |
char |
removeKeyIfAbsent(double key,
char value) |
MutableDoubleCharMap |
select(DoubleCharPredicate predicate) |
char |
updateValue(double key,
char initialValueIfAbsent,
CharToCharFunction function) |
MutableDoubleCharMap |
withKeyValue(double key,
char value) |
MutableDoubleCharMap |
withoutAllKeys(DoubleIterable keys) |
MutableDoubleCharMap |
withoutKey(double key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcharIterator, clear, collect, reject, selectcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 DoubleCharMapMutableDoubleCharMap 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–2016. All rights reserved.