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