Modifier and Type | Field and Description |
---|---|
private int |
index |
private DataModel<T> |
model |
Constructor and Description |
---|
DataModelIterator(DataModel<T> model) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove()
Unsupported.
|
public boolean hasNext()
hasNext
in interface java.util.Iterator<T>
Iterator.hasNext()
public T next()
next
in interface java.util.Iterator<T>
Iterator.next()
public void remove()
remove
in interface java.util.Iterator<T>
Iterator.remove()