public class ReverseBooleanIterable extends AbstractLazyBooleanIterable
ReverseIterable| Constructor and Description |
|---|
ReverseBooleanIterable(BooleanList newAdapted) |
| Modifier and Type | Method and Description |
|---|---|
static ReverseBooleanIterable |
adapt(BooleanList booleanList) |
LazyBooleanIterable |
asLazy() |
BooleanIterator |
booleanIterator() |
boolean |
contains(boolean value) |
boolean |
containsAll(boolean... source) |
boolean |
containsAll(BooleanIterable source) |
void |
each(BooleanProcedure procedure) |
boolean |
isEmpty() |
boolean |
notEmpty() |
int |
size() |
boolean[] |
toArray() |
MutableBooleanBag |
toBag() |
MutableBooleanList |
toList() |
MutableBooleanSet |
toSet() |
allSatisfy, anySatisfy, appendString, appendString, appendString, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, count, detectIfNone, flatCollect, injectInto, makeString, makeString, makeString, noneSatisfy, reject, select, tap, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcollect, 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, select, toArraypublic ReverseBooleanIterable(BooleanList newAdapted)
public static ReverseBooleanIterable adapt(BooleanList booleanList)
public BooleanIterator booleanIterator()
public void each(BooleanProcedure procedure)
public boolean[] toArray()
toArray in interface BooleanIterabletoArray in class AbstractLazyBooleanIterablepublic boolean contains(boolean value)
contains in interface BooleanIterablecontains in class AbstractLazyBooleanIterablepublic boolean containsAll(boolean... source)
containsAll in interface BooleanIterablecontainsAll in class AbstractLazyBooleanIterablepublic boolean containsAll(BooleanIterable source)
containsAll in interface BooleanIterablecontainsAll in class AbstractLazyBooleanIterablepublic int size()
size in interface PrimitiveIterablesize in class AbstractLazyBooleanIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterableisEmpty in class AbstractLazyBooleanIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablenotEmpty in class AbstractLazyBooleanIterablepublic MutableBooleanList toList()
toList in interface BooleanIterabletoList in class AbstractLazyBooleanIterablepublic MutableBooleanSet toSet()
toSet in interface BooleanIterabletoSet in class AbstractLazyBooleanIterablepublic MutableBooleanBag toBag()
toBag in interface BooleanIterabletoBag in class AbstractLazyBooleanIterablepublic LazyBooleanIterable asLazy()
asLazy in interface BooleanIterableasLazy in class AbstractLazyBooleanIterableCopyright © 2004–2022. All rights reserved.