Class OObjectLazyListIterator<TYPE>

java.lang.Object
com.orientechnologies.orient.object.db.OObjectLazyListIterator<TYPE>
All Implemented Interfaces:
Serializable, Iterator<TYPE>

public class OObjectLazyListIterator<TYPE> extends Object implements Iterator<TYPE>, Serializable
Lazy implementation of Iterator that load the records only when accessed. It keep also track of changes to the source record avoiding to call setDirty() by hand.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
See Also:
  • Constructor Details

    • OObjectLazyListIterator

      public OObjectLazyListIterator(OObjectLazyList<TYPE> iSourceList, javassist.util.proxy.ProxyObject iSourceRecord)
  • Method Details