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