public interface DocumentSource extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Document |
next()
Gets the next sample from the source, or returns null if there are no
more documents available.
|
Document next()
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.