public class CollectLongToBooleanIterable extends AbstractLazyBooleanIterable
| Constructor and Description |
|---|
CollectLongToBooleanIterable(com.gs.collections.api.LongIterable iterable,
com.gs.collections.api.block.function.primitive.LongToBooleanFunction function) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.iterator.BooleanIterator |
booleanIterator() |
void |
each(com.gs.collections.api.block.procedure.primitive.BooleanProcedure procedure) |
boolean |
isEmpty()
Returns true if this iterable has zero items.
|
boolean |
notEmpty()
The English equivalent of !this.isEmpty()
|
int |
size()
Returns the number of items in this iterable.
|
allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, makeString, makeString, makeString, noneSatisfy, reject, select, toArray, toBag, toList, toSet, toStringpublic CollectLongToBooleanIterable(com.gs.collections.api.LongIterable iterable,
com.gs.collections.api.block.function.primitive.LongToBooleanFunction function)
public void each(com.gs.collections.api.block.procedure.primitive.BooleanProcedure procedure)
public com.gs.collections.api.iterator.BooleanIterator booleanIterator()
public int size()
com.gs.collections.api.PrimitiveIterablesize in interface com.gs.collections.api.PrimitiveIterablesize in class AbstractLazyBooleanIterablepublic boolean isEmpty()
com.gs.collections.api.PrimitiveIterableisEmpty in interface com.gs.collections.api.PrimitiveIterableisEmpty in class AbstractLazyBooleanIterablepublic boolean notEmpty()
com.gs.collections.api.PrimitiveIterablenotEmpty in interface com.gs.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyBooleanIterable