public class IndexItemIterator extends Object implements Iterator<IndexableItem>
| Constructor and Description |
|---|
IndexItemIterator(RecordIterator recordResults) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
IndexableItem |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic IndexItemIterator(RecordIterator recordResults)
public boolean hasNext()
hasNext in interface Iterator<IndexableItem>public IndexableItem next()
next in interface Iterator<IndexableItem>public void remove()
remove in interface Iterator<IndexableItem>Copyright © 2015. All rights reserved.