Package org.apache.openjpa.lib.rop
Class ResultListIterator
java.lang.Object
org.apache.openjpa.lib.rop.ResultListIterator
- All Implemented Interfaces:
Iterator,ListIterator
Wrapper iterator that will return false for
hasNext() if
the owning ResultList has been closed.- Author:
- Marc Prud'hommeaux
-
Constructor Details
-
ResultListIterator
-
-
Method Details
-
getResultList
-
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious() -
next
-
nextIndex
public int nextIndex() -
previous
-
previousIndex
public int previousIndex() -
add
- Specified by:
addin interfaceListIterator<E>
-
set
- Specified by:
setin interfaceListIterator<E>
-
remove
public void remove()- Specified by:
removein interfaceIterator<E>- Specified by:
removein interfaceListIterator<E>
-