Class EntityListIterator

java.lang.Object
org.ofbiz.core.entity.EntityListIterator
All Implemented Interfaces:
Iterator<GenericValue>, ListIterator<GenericValue>

public class EntityListIterator extends Object implements ListIterator<GenericValue>
Generic Entity Cursor List Iterator for Handling Cursored DB Results

Note that you should *not* rely on this for streaming large datasets, as the backing ResultSet will pull the entire dataset into memory anyway. For more information, see PSA: OfBizListIterator is not good enough Created July 12, 2002

Author:
David E. Jones