public interface MutableByteBooleanMap extends ByteBooleanMap, MutableBooleanValuesMap
Modifier and Type | Method and Description |
---|---|
MutableByteBooleanMap |
asSynchronized() |
MutableByteBooleanMap |
asUnmodifiable() |
boolean |
getIfAbsentPut(byte key,
boolean value) |
boolean |
getIfAbsentPut(byte key,
BooleanFunction0 function) |
<P> boolean |
getIfAbsentPutWith(byte key,
BooleanFunction<? super P> function,
P parameter) |
boolean |
getIfAbsentPutWithKey(byte key,
ByteToBooleanFunction function) |
void |
put(byte key,
boolean value) |
void |
putAll(ByteBooleanMap map) |
MutableByteBooleanMap |
reject(ByteBooleanPredicate predicate) |
void |
remove(byte key) |
void |
removeKey(byte key) |
boolean |
removeKeyIfAbsent(byte key,
boolean value) |
MutableByteBooleanMap |
select(ByteBooleanPredicate predicate) |
boolean |
updateValue(byte key,
boolean initialValueIfAbsent,
BooleanToBooleanFunction function) |
MutableByteBooleanMap |
withKeyValue(byte key,
boolean value) |
MutableByteBooleanMap |
withoutAllKeys(ByteIterable keys) |
MutableByteBooleanMap |
withoutKey(byte key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
booleanIterator, clear, collect, reject, select
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void put(byte key, boolean value)
void putAll(ByteBooleanMap map)
void removeKey(byte key)
void remove(byte key)
boolean removeKeyIfAbsent(byte key, boolean value)
boolean getIfAbsentPut(byte key, boolean value)
boolean getIfAbsentPut(byte key, BooleanFunction0 function)
boolean getIfAbsentPutWithKey(byte key, ByteToBooleanFunction function)
<P> boolean getIfAbsentPutWith(byte key, BooleanFunction<? super P> function, P parameter)
boolean updateValue(byte key, boolean initialValueIfAbsent, BooleanToBooleanFunction function)
MutableByteBooleanMap select(ByteBooleanPredicate predicate)
select
in interface ByteBooleanMap
MutableByteBooleanMap reject(ByteBooleanPredicate predicate)
reject
in interface ByteBooleanMap
MutableByteBooleanMap withKeyValue(byte key, boolean value)
MutableByteBooleanMap withoutKey(byte key)
MutableByteBooleanMap withoutAllKeys(ByteIterable keys)
MutableByteBooleanMap asUnmodifiable()
MutableByteBooleanMap asSynchronized()
Copyright © 2004–2016. All rights reserved.