public class ResultListIterator extends Object
hasNext()
if
the owning ResultList has been closed.Constructor and Description |
---|
ResultListIterator(ListIterator li,
ResultList rl) |
Modifier and Type | Method and Description |
---|---|
void |
add(E o) |
ResultList |
getResultList() |
boolean |
hasNext() |
boolean |
hasPrevious() |
Object |
next() |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(E o) |
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()
public void add(E o)
add
in interface ListIterator<E>
public void set(E o)
set
in interface ListIterator<E>
public void remove()
remove
in interface Iterator<E>
remove
in interface ListIterator<E>
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.