private class ByteArrayListData.ListDataIterator extends java.lang.Object implements java.util.Iterator<Data>
| Modifier and Type | Field and Description |
|---|---|
private int |
_nextElementIndex |
private int |
_nextElementOffset |
| Modifier | Constructor and Description |
|---|---|
private |
ListDataIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Data |
next() |
void |
remove() |