public abstract class AbstractIterator extends Object implements ResultIterator
EagerIterator,
LazyIterator| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIterator(QueryResultLoader resultLoader,
int firstIndex,
int lastIndex,
int fetchSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
protected abstract org.hibernate.search.query.engine.spi.EntityInfo |
loadEntityInfo(int index) |
Object |
next() |
void |
remove()
This method is not supported and should not be used.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseprotected AbstractIterator(QueryResultLoader resultLoader, int firstIndex, int lastIndex, int fetchSize)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.