public interface MutableCharByteMap extends CharByteMap, MutableByteValuesMap
| Modifier and Type | Method and Description |
|---|---|
byte |
addToValue(char key,
byte toBeAdded) |
MutableCharByteMap |
asSynchronized() |
MutableCharByteMap |
asUnmodifiable() |
MutableByteCharMap |
flipUniqueValues()
Return the ByteCharMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
byte |
getIfAbsentPut(char key,
byte value) |
byte |
getIfAbsentPut(char key,
ByteFunction0 function) |
<P> byte |
getIfAbsentPutWith(char key,
ByteFunction<? super P> function,
P parameter) |
byte |
getIfAbsentPutWithKey(char key,
CharToByteFunction function) |
void |
put(char key,
byte value) |
void |
putAll(CharByteMap map) |
MutableCharByteMap |
reject(CharBytePredicate predicate) |
void |
remove(char key) |
void |
removeKey(char key) |
byte |
removeKeyIfAbsent(char key,
byte value) |
MutableCharByteMap |
select(CharBytePredicate predicate) |
byte |
updateValue(char key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
MutableCharByteMap |
withKeyValue(char key,
byte value) |
MutableCharByteMap |
withoutAllKeys(CharIterable keys) |
MutableCharByteMap |
withoutKey(char key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringbyteIterator, 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(char key,
byte value)
void putAll(CharByteMap map)
void removeKey(char key)
void remove(char key)
byte removeKeyIfAbsent(char key,
byte value)
byte getIfAbsentPut(char key,
byte value)
byte getIfAbsentPut(char key,
ByteFunction0 function)
byte getIfAbsentPutWithKey(char key,
CharToByteFunction function)
<P> byte getIfAbsentPutWith(char key,
ByteFunction<? super P> function,
P parameter)
byte updateValue(char key,
byte initialValueIfAbsent,
ByteToByteFunction function)
MutableByteCharMap flipUniqueValues()
CharByteMapflipUniqueValues in interface CharByteMapMutableCharByteMap select(CharBytePredicate predicate)
select in interface CharByteMapMutableCharByteMap reject(CharBytePredicate predicate)
reject in interface CharByteMapMutableCharByteMap withKeyValue(char key, byte value)
MutableCharByteMap withoutKey(char key)
MutableCharByteMap withoutAllKeys(CharIterable keys)
MutableCharByteMap asUnmodifiable()
MutableCharByteMap asSynchronized()
byte addToValue(char key,
byte toBeAdded)
Copyright © 2004–2017. All rights reserved.