Class ListStoreIterator<E>

java.lang.Object
org.datanucleus.store.rdbms.scostore.ListStoreIterator<E>
Type Parameters:
E - Element type of the list store
All Implemented Interfaces:
Iterator<E>, ListIterator<E>

public class ListStoreIterator<E> extends Object implements ListIterator<E>
ListStore iterator for RDBMS datastores.