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)
-
Method Summary
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceByteIterator
-
next
public byte next()- Specified by:
next
in interfaceByteIterator
-