public class CollectByteToBooleanIterable extends AbstractLazyBooleanIterable
| Constructor and Description |
|---|
CollectByteToBooleanIterable(ByteIterable iterable,
ByteToBooleanFunction function) |
| Modifier and Type | Method and Description |
|---|---|
BooleanIterator |
booleanIterator() |
void |
each(BooleanProcedure procedure) |
boolean |
isEmpty() |
boolean |
notEmpty() |
int |
size() |
allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, flatCollect, injectInto, makeString, makeString, makeString, noneSatisfy, reject, select, tap, toArray, toBag, toList, toSet, 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 CollectByteToBooleanIterable(ByteIterable iterable, ByteToBooleanFunction function)
public void each(BooleanProcedure procedure)
public BooleanIterator booleanIterator()
public 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 AbstractLazyBooleanIterableCopyright © 2004–2022. All rights reserved.