Class TapBooleanIterable.TapBooleanIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.TapBooleanIterable.TapBooleanIterator
- All Implemented Interfaces:
BooleanIterator
- Enclosing class:
- TapBooleanIterable
public static class TapBooleanIterable.TapBooleanIterator extends Object implements BooleanIterator
-
Constructor Summary
Constructors Constructor Description TapBooleanIterator(BooleanIterable iterable, BooleanProcedure procedure)TapBooleanIterator(BooleanIterator iterator, BooleanProcedure procedure) -
Method Summary
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceBooleanIterator
-
next
public boolean next()- Specified by:
nextin interfaceBooleanIterator
-