Class ItemResultList.ResultListListIterator<T extends BasicItem>

java.lang.Object
net.sf.basedb.core.ItemResultList.ResultListListIterator<T>
All Implemented Interfaces:
Iterator<T>, ListIterator<T>
Enclosing class:
ItemResultList<I extends BasicItem>

private class ItemResultList.ResultListListIterator<T extends BasicItem>
extends Object
implements ListIterator<T>
Inner class to implement the iterator returned by the ItemResultList.listIterator() method.