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 java.lang.Object implements LongIterator
-
-
Field Summary
Fields Modifier and Type Field Description private LongIteratoriteratorprivate LongProcedureprocedure
-
Constructor Summary
Constructors Constructor Description TapLongIterator(LongIterator iterator, LongProcedure procedure)TapLongIterator(LongIterable iterable, LongProcedure procedure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()longnext()
-
-
-
Field Detail
-
iterator
private final LongIterator iterator
-
procedure
private final LongProcedure procedure
-
-
Constructor Detail
-
TapLongIterator
public TapLongIterator(LongIterable iterable, LongProcedure procedure)
-
TapLongIterator
public TapLongIterator(LongIterator iterator, LongProcedure procedure)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceLongIterator
-
next
public long next()
- Specified by:
nextin interfaceLongIterator
-
-