Package net.ontopia.persistence.proxy
Class PersistentIterator<E>
- java.lang.Object
-
- net.ontopia.persistence.proxy.PersistentIterator<E>
-
-
Field Summary
Fields Modifier and Type Field Description protected TransactionIF
txn
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_next()
boolean
hasNext()
E
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Field Detail
-
txn
protected final TransactionIF txn
-
-