public class H2ItemIterator<T> extends Object implements Iterator<T>
H2ItemIterator(H2Access db, H2Document doc, boolean tuOnly)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public H2ItemIterator(H2Access db, H2Document doc, boolean tuOnly)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2019. All rights reserved.