Class DelegatingResultList.DelegatingListIterator<T>

java.lang.Object
org.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator<T>
All Implemented Interfaces:
Iterator<T>, ListIterator<T>
Enclosing class:
DelegatingResultList<T>

public class DelegatingResultList.DelegatingListIterator<T> extends Object implements ListIterator<T>
Delegating iterator that also performs exception translation.