public interface MutableDoubleCharMap extends DoubleCharMap, MutableCharValuesMap
| Modifier and Type | Method and Description |
|---|---|
char |
addToValue(double key,
char toBeAdded) |
MutableDoubleCharMap |
asSynchronized() |
MutableDoubleCharMap |
asUnmodifiable() |
MutableCharDoubleMap |
flipUniqueValues()
Return the CharDoubleMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
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, tap, valuesallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, 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)
MutableCharDoubleMap flipUniqueValues()
DoubleCharMapflipUniqueValues in interface DoubleCharMapMutableDoubleCharMap 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–2017. All rights reserved.