public class SynchronizedByteBooleanMap extends Object implements MutableByteBooleanMap, Serializable
MutableByteBooleanMap. It is imperative that the user manually synchronize on the collection when iterating over it using the
MutableBooleanIterator as per Collections.synchronizedCollection(Collection).
This file was automatically generated from template file synchronizedPrimitivePrimitiveMap.stg.
MutableByteBooleanMap.asSynchronized(),
MutableMap.asSynchronized(),
Serialized Form| Constructor and Description |
|---|
SynchronizedByteBooleanMap(MutableByteBooleanMap map) |
SynchronizedByteBooleanMap(MutableByteBooleanMap map,
Object newLock) |
withAllKeyValuesinjectIntoKeyValuetapcollect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, reduce, reduceIfEmpty, reject, selectpublic SynchronizedByteBooleanMap(MutableByteBooleanMap map)
public SynchronizedByteBooleanMap(MutableByteBooleanMap map, Object newLock)
public void clear()
clear in interface MutableBooleanValuesMappublic void put(byte key,
boolean value)
put in interface MutableByteBooleanMappublic void putPair(ByteBooleanPair keyValuePair)
putPair in interface MutableByteBooleanMappublic void putAll(ByteBooleanMap map)
putAll in interface MutableByteBooleanMappublic void updateValues(ByteBooleanToBooleanFunction function)
updateValues in interface MutableByteBooleanMappublic void removeKey(byte key)
removeKey in interface MutableByteBooleanMappublic void remove(byte key)
remove in interface MutableByteBooleanMappublic boolean removeKeyIfAbsent(byte key,
boolean value)
removeKeyIfAbsent in interface MutableByteBooleanMappublic boolean getIfAbsentPut(byte key,
boolean value)
getIfAbsentPut in interface MutableByteBooleanMappublic boolean getAndPut(byte key,
boolean putValue,
boolean defaultValue)
getAndPut in interface MutableByteBooleanMappublic boolean getIfAbsentPut(byte key,
BooleanFunction0 function)
getIfAbsentPut in interface MutableByteBooleanMappublic boolean getIfAbsentPutWithKey(byte key,
ByteToBooleanFunction function)
getIfAbsentPutWithKey in interface MutableByteBooleanMappublic <P> boolean getIfAbsentPutWith(byte key,
BooleanFunction<? super P> function,
P parameter)
getIfAbsentPutWith in interface MutableByteBooleanMappublic boolean updateValue(byte key,
boolean initialValueIfAbsent,
BooleanToBooleanFunction function)
updateValue in interface MutableByteBooleanMappublic boolean get(byte key)
get in interface ByteBooleanMappublic boolean getIfAbsent(byte key,
boolean ifAbsent)
getIfAbsent in interface ByteBooleanMappublic boolean getOrThrow(byte key)
getOrThrow in interface ByteBooleanMappublic boolean containsKey(byte key)
containsKey in interface ByteBooleanMappublic boolean containsValue(boolean value)
containsValue in interface BooleanValuesMappublic void forEachValue(BooleanProcedure procedure)
forEachValue in interface BooleanValuesMappublic void forEachKey(ByteProcedure procedure)
forEachKey in interface ByteBooleanMappublic void forEachKeyValue(ByteBooleanProcedure procedure)
forEachKeyValue in interface ByteBooleanMappublic LazyByteIterable keysView()
keysView in interface ByteBooleanMappublic RichIterable<ByteBooleanPair> keyValuesView()
keyValuesView in interface ByteBooleanMappublic MutableByteBooleanMap select(ByteBooleanPredicate predicate)
select in interface ByteBooleanMapselect in interface MutableByteBooleanMappublic MutableByteBooleanMap reject(ByteBooleanPredicate predicate)
reject in interface ByteBooleanMapreject in interface MutableByteBooleanMappublic MutableBooleanIterator booleanIterator()
booleanIterator in interface BooleanIterablebooleanIterator in interface MutableBooleanValuesMappublic void each(BooleanProcedure procedure)
each in interface BooleanIterablepublic int count(BooleanPredicate predicate)
count in interface BooleanIterablepublic boolean anySatisfy(BooleanPredicate predicate)
anySatisfy in interface BooleanIterablepublic boolean allSatisfy(BooleanPredicate predicate)
allSatisfy in interface BooleanIterablepublic boolean noneSatisfy(BooleanPredicate predicate)
noneSatisfy in interface BooleanIterablepublic MutableBooleanBag select(BooleanPredicate predicate)
select in interface BooleanIterableselect in interface BooleanValuesMapselect in interface MutableBooleanValuesMappublic MutableBooleanBag reject(BooleanPredicate predicate)
reject in interface BooleanIterablereject in interface BooleanValuesMapreject in interface MutableBooleanValuesMappublic <V> MutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterablecollect in interface BooleanValuesMapcollect in interface MutableBooleanValuesMappublic boolean detectIfNone(BooleanPredicate predicate, boolean ifNone)
detectIfNone in interface BooleanIterablepublic boolean[] toArray()
toArray in interface BooleanIterablepublic boolean[] toArray(boolean[] target)
toArray in interface BooleanIterablepublic boolean contains(boolean value)
contains in interface BooleanIterablepublic boolean containsAll(boolean... source)
containsAll in interface BooleanIterablepublic boolean containsAll(BooleanIterable source)
containsAll in interface BooleanIterablepublic MutableBooleanList toList()
toList in interface BooleanIterablepublic MutableBooleanSet toSet()
toSet in interface BooleanIterablepublic MutableBooleanBag toBag()
toBag in interface BooleanIterablepublic LazyBooleanIterable asLazy()
asLazy in interface BooleanIterablepublic MutableByteBooleanMap withKeyValue(byte key, boolean value)
withKeyValue in interface MutableByteBooleanMappublic MutableByteBooleanMap withoutKey(byte key)
withoutKey in interface MutableByteBooleanMappublic MutableByteBooleanMap withoutAllKeys(ByteIterable keys)
withoutAllKeys in interface MutableByteBooleanMappublic MutableByteBooleanMap asUnmodifiable()
asUnmodifiable in interface MutableByteBooleanMappublic MutableByteBooleanMap asSynchronized()
asSynchronized in interface MutableByteBooleanMappublic ImmutableByteBooleanMap toImmutable()
toImmutable in interface ByteBooleanMappublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic MutableByteSet keySet()
keySet in interface ByteBooleanMappublic MutableBooleanCollection values()
values in interface BooleanValuesMappublic boolean equals(Object otherMap)
equals in interface ByteBooleanMapequals in class Objectpublic int hashCode()
hashCode in interface ByteBooleanMaphashCode in class Objectpublic String toString()
toString in interface ByteBooleanMaptoString in interface PrimitiveIterabletoString in class Objectpublic String makeString()
makeString in interface PrimitiveIterablepublic String makeString(String separator)
makeString in interface PrimitiveIterablepublic String makeString(String start, String separator, String end)
makeString in interface PrimitiveIterablepublic void appendString(Appendable appendable)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic <T> T injectInto(T injectedValue,
ObjectBooleanToObjectFunction<? super T,? extends T> function)
injectInto in interface BooleanIterablepublic RichIterable<BooleanIterable> chunk(int size)
chunk in interface BooleanIterableCopyright © 2004–2022. All rights reserved.