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 LongIterator
iterator
private LongProcedure
procedure
-
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 boolean
hasNext()
long
next()
-
-
-
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:
hasNext
in interfaceLongIterator
-
next
public long next()
- Specified by:
next
in interfaceLongIterator
-
-