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 ByteIteratoriteratorprivate ByteProcedureprocedure
-
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 booleanhasNext()bytenext()
-
-
-
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:
hasNextin interfaceByteIterator
-
next
public byte next()
- Specified by:
nextin interfaceByteIterator
-
-