public class CandidateIdsQueryResult.ResultIterator extends AbstractQueryResultIterator<E>
Constructor and Description |
---|
ResultIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
boolean |
hasPrevious() |
E |
next() |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
add, remove, set
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<E>
hasNext
in interface ListIterator<E>
hasNext
in class AbstractQueryResultIterator<E>
public boolean hasPrevious()
hasPrevious
in interface ListIterator<E>
hasPrevious
in class AbstractQueryResultIterator<E>
public E next()
next
in interface Iterator<E>
next
in interface ListIterator<E>
next
in class AbstractQueryResultIterator<E>
public int nextIndex()
nextIndex
in interface ListIterator<E>
nextIndex
in class AbstractQueryResultIterator<E>
public E previous()
previous
in interface ListIterator<E>
previous
in class AbstractQueryResultIterator<E>
public int previousIndex()
previousIndex
in interface ListIterator<E>
previousIndex
in class AbstractQueryResultIterator<E>
Copyright © 2019. All rights reserved.