static final class ByteArrayList.ValueIterator extends AbstractIterator<ByteCursor>
ByteArrayList.iterator().| Modifier and Type | Field and Description |
|---|---|
private byte[] |
buffer |
private ByteCursor |
cursor |
private int |
size |
| Constructor and Description |
|---|
ValueIterator(byte[] buffer,
int size) |
| Modifier and Type | Method and Description |
|---|---|
protected ByteCursor |
fetch()
Fetch next element.
|
done, hasNext, next, removeprivate final ByteCursor cursor
private final byte[] buffer
private final int size
protected ByteCursor fetch()
AbstractIteratorAbstractIterator.done() when all
elements have been fetched.fetch in class AbstractIterator<ByteCursor>AbstractIterator.done().