net.ontopia.persistence.proxy
Class PersistentIterator
java.lang.Object
net.ontopia.persistence.proxy.PersistentIterator
- All Implemented Interfaces:
- Iterator
public class PersistentIterator
- extends Object
- implements Iterator
INTERNAL: Iterator that iterates over an iterator of IdentityIF
values and looks up the objects in the transaction. Any identities
that have been deleted will silently be ignored.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
txn
protected final TransactionIF txn
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator
next
public Object next()
- Specified by:
next in interface Iterator
_next
public void _next()
remove
public void remove()
- Specified by:
remove in interface Iterator
Copyright © 2000-2012 Ontopia.