Class TapByteIterable.TapByteIterator
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.TapByteIterable.TapByteIterator
-
- All Implemented Interfaces:
ByteIterator
- Enclosing class:
- TapByteIterable
public static class TapByteIterable.TapByteIterator extends java.lang.Object implements ByteIterator
-
-
Field Summary
Fields Modifier and Type Field Description private ByteIterator
iterator
private ByteProcedure
procedure
-
Constructor Summary
Constructors Constructor Description TapByteIterator(ByteIterable iterable, ByteProcedure procedure)
TapByteIterator(ByteIterator iterator, ByteProcedure procedure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
byte
next()
-
-
-
Field Detail
-
iterator
private final ByteIterator iterator
-
procedure
private final ByteProcedure procedure
-
-
Constructor Detail
-
TapByteIterator
public TapByteIterator(ByteIterable iterable, ByteProcedure procedure)
-
TapByteIterator
public TapByteIterator(ByteIterator iterator, ByteProcedure procedure)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceByteIterator
-
next
public byte next()
- Specified by:
next
in interfaceByteIterator
-
-