E - Type of element returned by this iteratorpublic abstract class AbstractQueryResultIterator<E> extends Object implements ListIterator<E>
| Constructor and Description |
|---|
AbstractQueryResultIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object arg0) |
abstract boolean |
hasNext() |
abstract boolean |
hasPrevious() |
abstract E |
next() |
abstract int |
nextIndex() |
abstract E |
previous() |
abstract int |
previousIndex() |
void |
remove() |
void |
set(Object arg0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void add(Object arg0)
add in interface ListIterator<E>public abstract boolean hasNext()
public abstract boolean hasPrevious()
hasPrevious in interface ListIterator<E>public abstract E next()
public abstract int nextIndex()
nextIndex in interface ListIterator<E>public abstract E previous()
previous in interface ListIterator<E>public abstract int previousIndex()
previousIndex in interface ListIterator<E>public void remove()
public void set(Object arg0)
set in interface ListIterator<E>Copyright © 2017. All rights reserved.