public class CandidateIdsQueryResult.ResultIterator extends AbstractQueryResultIterator
| Constructor and Description |
|---|
ResultIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious() |
Object |
next() |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
add, remove, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface IteratorhasNext in interface ListIteratorhasNext in class AbstractQueryResultIteratorpublic boolean hasPrevious()
hasPrevious in interface ListIteratorhasPrevious in class AbstractQueryResultIteratorpublic Object next()
next in interface Iteratornext in interface ListIteratornext in class AbstractQueryResultIteratorpublic int nextIndex()
nextIndex in interface ListIteratornextIndex in class AbstractQueryResultIteratorpublic Object previous()
previous in interface ListIteratorprevious in class AbstractQueryResultIteratorpublic int previousIndex()
previousIndex in interface ListIteratorpreviousIndex in class AbstractQueryResultIteratorCopyright © 2015. All rights reserved.