| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
list |
protected int |
offset |
| Constructor and Description |
|---|
IndexBasedIterator(List<T> list) |
IndexBasedIterator(List<T> list,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset() |
boolean |
hasNext()
Simply try to access an element by index.
|
T |
next() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaining, removeCopyright © 2018. All rights reserved.