public static class TapByteIterable.TapByteIterator extends Object implements ByteIterator
| Constructor and Description |
|---|
TapByteIterator(ByteIterable iterable,
ByteProcedure procedure) |
TapByteIterator(ByteIterator iterator,
ByteProcedure procedure) |
public TapByteIterator(ByteIterable iterable, ByteProcedure procedure)
public TapByteIterator(ByteIterator iterator, ByteProcedure procedure)
public boolean hasNext()
hasNext in interface ByteIteratorpublic byte next()
next in interface ByteIteratorCopyright © 2004–2022. All rights reserved.