public interface DocumentIterator
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Whether there are anymore documents in the iterator
|
java.io.InputStream |
nextDocument()
Get the next document
|
void |
reset()
Reset the iterator to the beginning
|
java.io.InputStream nextDocument()
boolean hasNext()
void reset()