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 Object implements ByteIterator
-
-
Constructor Summary
Constructors Constructor Description TapByteIterator(ByteIterable iterable, ByteProcedure procedure)TapByteIterator(ByteIterator iterator, 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
-
-