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, toStringbooleanIterator, clear, collect, reject, selectcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 ByteBooleanMapMutableByteBooleanMap reject(ByteBooleanPredicate predicate)
reject in interface ByteBooleanMapMutableByteBooleanMap withKeyValue(byte key, boolean value)
MutableByteBooleanMap withoutKey(byte key)
MutableByteBooleanMap withoutAllKeys(ByteIterable keys)
MutableByteBooleanMap asUnmodifiable()
MutableByteBooleanMap asSynchronized()
Copyright © 2004–2016. All rights reserved.