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