public interface MutableByteBooleanMap extends ByteBooleanMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void clear()
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
MutableBooleanCollection select(BooleanPredicate predicate)
select
in interface BooleanIterable
MutableBooleanCollection reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
<V> MutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
MutableByteBooleanMap withKeyValue(byte key, boolean value)
MutableByteBooleanMap withoutKey(byte key)
MutableByteBooleanMap withoutAllKeys(ByteIterable keys)
MutableByteBooleanMap asUnmodifiable()
MutableByteBooleanMap asSynchronized()
Copyright © 2004–2019. All rights reserved.