public class ResultListIterator extends AbstractListIterator
hasNext()
if
the owning ResultList has been closed.Constructor and Description |
---|
ResultListIterator(java.util.ListIterator li,
ResultList rl) |
Modifier and Type | Method and Description |
---|---|
ResultList |
getResultList() |
boolean |
hasNext() |
boolean |
hasPrevious() |
java.lang.Object |
next() |
int |
nextIndex() |
java.lang.Object |
previous() |
int |
previousIndex() |
add, remove, set
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()
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.