Class PersistentIterator<E>

java.lang.Object
net.ontopia.persistence.proxy.PersistentIterator<E>
All Implemented Interfaces:
Iterator<E>

public class PersistentIterator<E> extends Object implements Iterator<E>
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.
  • Field Details

  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<E>
    • next

      public E next()
      Specified by:
      next in interface Iterator<E>
    • _next

      public void _next()
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<E>