public class ResultListIterator extends AbstractListIterator
hasNext()
if
the owning ResultList has been closed.Constructor and Description |
---|
ResultListIterator(ListIterator li,
ResultList rl) |
Modifier and Type | Method and Description |
---|---|
ResultList |
getResultList() |
boolean |
hasNext() |
boolean |
hasPrevious() |
Object |
next() |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
add, remove, set
public ResultListIterator(ListIterator li, ResultList rl)
public ResultList getResultList()
public boolean hasNext()
public boolean hasPrevious()
public Object next()
public int nextIndex()
public Object previous()
public int previousIndex()
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.