Class TapLongIterable.TapLongIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.TapLongIterable.TapLongIterator
- All Implemented Interfaces:
LongIterator
- Enclosing class:
- TapLongIterable
public static class TapLongIterable.TapLongIterator extends Object implements LongIterator
-
Constructor Summary
Constructors Constructor Description TapLongIterator(LongIterator iterator, LongProcedure procedure)TapLongIterator(LongIterable iterable, LongProcedure procedure) -
Method Summary
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceLongIterator
-
next
public long next()- Specified by:
nextin interfaceLongIterator
-