Class OObjectEnumLazyIterator<TYPE extends Enum>

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

public class OObjectEnumLazyIterator<TYPE extends Enum> 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 Molino (molino.luca--at--gmail.com)
See Also: