public abstract class AbstractSynchronizedBooleanCollection extends Object implements MutableBooleanCollection, Serializable
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitnewEmpty, tapcollect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, reject, selectpublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic void clear()
clear in interface MutableBooleanCollectionpublic MutableBooleanCollection select(BooleanPredicate predicate)
select in interface BooleanIterableselect in interface MutableBooleanCollectionpublic MutableBooleanCollection reject(BooleanPredicate predicate)
reject in interface BooleanIterablereject in interface MutableBooleanCollectionpublic <V> MutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterablecollect in interface MutableBooleanCollectionpublic MutableBooleanCollection with(boolean element)
with in interface MutableBooleanCollectionpublic MutableBooleanCollection without(boolean element)
without in interface MutableBooleanCollectionpublic MutableBooleanCollection withAll(BooleanIterable elements)
withAll in interface MutableBooleanCollectionpublic MutableBooleanCollection withoutAll(BooleanIterable elements)
withoutAll in interface MutableBooleanCollectionpublic MutableBooleanCollection asUnmodifiable()
asUnmodifiable in interface MutableBooleanCollectionpublic MutableBooleanCollection asSynchronized()
asSynchronized in interface MutableBooleanCollectionpublic ImmutableBooleanCollection toImmutable()
toImmutable in interface MutableBooleanCollectionpublic LazyBooleanIterable asLazy()
asLazy 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 boolean containsAny(boolean... source)
containsAny in interface BooleanIterablepublic boolean containsAny(BooleanIterable source)
containsAny in interface BooleanIterablepublic boolean containsNone(boolean... source)
containsNone in interface BooleanIterablepublic boolean containsNone(BooleanIterable source)
containsNone in interface BooleanIterablepublic boolean add(boolean newItem)
add in interface MutableBooleanCollectionpublic boolean addAll(boolean... source)
addAll in interface MutableBooleanCollectionpublic boolean addAll(BooleanIterable source)
addAll in interface MutableBooleanCollectionpublic boolean remove(boolean value)
remove in interface MutableBooleanCollectionpublic boolean removeIf(BooleanPredicate predicate)
removeIf in interface MutableBooleanCollectionpublic boolean removeAll(BooleanIterable source)
removeAll in interface MutableBooleanCollectionpublic boolean removeAll(boolean... source)
removeAll in interface MutableBooleanCollectionpublic boolean retainAll(BooleanIterable source)
retainAll in interface MutableBooleanCollectionpublic boolean retainAll(boolean... source)
retainAll in interface MutableBooleanCollectionpublic MutableBooleanIterator booleanIterator()
booleanIterator in interface BooleanIterablebooleanIterator in interface MutableBooleanCollectionpublic 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 boolean detectIfNone(BooleanPredicate predicate, boolean ifNone)
detectIfNone in interface BooleanIterablepublic boolean[] toArray()
toArray in interface BooleanIterablepublic boolean[] toArray(boolean[] target)
toArray in interface BooleanIterablepublic String toString()
toString 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 MutableBooleanList toList()
toList in interface BooleanIterablepublic MutableBooleanSet toSet()
toSet in interface BooleanIterablepublic MutableBooleanBag toBag()
toBag in interface BooleanIterablepublic <T> T injectInto(T injectedValue,
ObjectBooleanToObjectFunction<? super T,? extends T> function)
injectInto in interface BooleanIterablepublic boolean reduce(BooleanBooleanToBooleanFunction accumulator)
reduce in interface BooleanIterablepublic boolean reduceIfEmpty(BooleanBooleanToBooleanFunction accumulator, boolean defaultValue)
reduceIfEmpty in interface BooleanIterablepublic RichIterable<BooleanIterable> chunk(int size)
chunk in interface BooleanIterableCopyright © 2004–2022. All rights reserved.