org.apache.openjpa.lib.rop
public class ResultListIterator extends java.lang.Object
hasNext()
if
the owning ResultList has been closed.Constructor and Description |
---|
ResultListIterator(java.util.ListIterator li,
ResultList rl) |
Modifier and Type | Method and Description |
---|---|
void |
add(E o) |
ResultList |
getResultList() |
boolean |
hasNext() |
boolean |
hasPrevious() |
java.lang.Object |
next() |
int |
nextIndex() |
java.lang.Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(E o) |
public ResultListIterator(java.util.ListIterator li, ResultList rl)
public ResultList getResultList()
public boolean hasNext()
public boolean hasPrevious()
public java.lang.Object next()
public int nextIndex()
public java.lang.Object previous()
public int previousIndex()
public void add(E o)
add
in interface java.util.ListIterator<E>
public void set(E o)
set
in interface java.util.ListIterator<E>
public void remove()
remove
in interface java.util.Iterator<E>
remove
in interface java.util.ListIterator<E>