Class OObjectLazyListIterator<TYPE>
java.lang.Object
com.orientechnologies.orient.object.db.OObjectLazyListIterator<TYPE>
- All Implemented Interfaces:
Serializable,Iterator<TYPE>
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 Summary
ConstructorsConstructorDescriptionOObjectLazyListIterator(OObjectLazyList<TYPE> iSourceList, javassist.util.proxy.ProxyObject iSourceRecord) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
OObjectLazyListIterator
public OObjectLazyListIterator(OObjectLazyList<TYPE> iSourceList, javassist.util.proxy.ProxyObject iSourceRecord)
-
-
Method Details