public class QueryResultIteratorImpl extends Object implements QueryResult
| Modifier | Constructor and Description |
|---|---|
protected |
QueryResultIteratorImpl(IndexSearchResultIterator indexIterator,
SearchLimit limit,
RecordWriter recordWriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
boolean |
isClosed() |
Iterator<SimpleEntity> |
iterator() |
SimpleEntity |
next() |
void |
remove() |
void |
reset() |
long |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorprotected QueryResultIteratorImpl(IndexSearchResultIterator indexIterator, SearchLimit limit, RecordWriter recordWriter)
public boolean hasNext()
hasNext in interface Iterator<SimpleEntity>public SimpleEntity next()
next in interface Iterator<SimpleEntity>public long size()
size in interface QueryResultpublic void remove()
remove in interface Iterator<SimpleEntity>public void reset()
public Iterator<SimpleEntity> iterator()
iterator in interface Iterable<SimpleEntity>public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface QueryResultpublic boolean isClosed()
isClosed in interface QueryResultCopyright © 2015. All rights reserved.