BooleanIterable
, BooleanValuesMap
, ByteBooleanMap
, MutableBooleanValuesMap
, PrimitiveIterable
ByteBooleanHashMap
, SynchronizedByteBooleanMap
, UnmodifiableByteBooleanMap
public interface MutableByteBooleanMap extends ByteBooleanMap, MutableBooleanValuesMap
Modifier and Type | Method | 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) |
allSatisfy, anySatisfy, asLazy, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reject, select, toArray, toBag, toList, toSet
containsValue, forEachValue, values
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
booleanIterator, clear, collect, reject, select
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–2017. All rights reserved.