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:
add
in interfaceListIterator<E>
-
set
- Specified by:
set
in interfaceListIterator<E>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<E>
- Specified by:
remove
in interfaceListIterator<E>
-