public abstract class AbstractQueryResultIterator extends Object implements ListIterator
Modifier and Type | Field and Description |
---|---|
protected static Localiser |
LOCALISER
Localiser for messages.
|
Constructor and Description |
---|
AbstractQueryResultIterator()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Object arg0) |
abstract boolean |
hasNext() |
abstract boolean |
hasPrevious() |
abstract Object |
next() |
abstract int |
nextIndex() |
abstract Object |
previous() |
abstract int |
previousIndex() |
void |
remove() |
void |
set(Object arg0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected static final Localiser LOCALISER
public void add(Object arg0)
add
in interface ListIterator
public abstract boolean hasNext()
hasNext
in interface Iterator
hasNext
in interface ListIterator
public abstract boolean hasPrevious()
hasPrevious
in interface ListIterator
public abstract Object next()
next
in interface Iterator
next
in interface ListIterator
public abstract int nextIndex()
nextIndex
in interface ListIterator
public abstract Object previous()
previous
in interface ListIterator
public abstract int previousIndex()
previousIndex
in interface ListIterator
public void remove()
remove
in interface Iterator
remove
in interface ListIterator
public void set(Object arg0)
set
in interface ListIterator
Copyright © 2021. All rights reserved.