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>
ListStore iterator for RDBMS datastores.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AbstractListStore<E> private intprivate final ListIterator<E> private Eprivate final org.datanucleus.state.DNStateManager -
Constructor Summary
ConstructorsConstructorDescriptionListStoreIterator(org.datanucleus.state.DNStateManager sm, ResultSet resultSet, ResultObjectFactory rof, AbstractListStore<E> als) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
sm
private final org.datanucleus.state.DNStateManager sm -
delegate
-
lastElement
-
currentIndex
private int currentIndex -
abstractListStore
-
-
Constructor Details
-
ListStoreIterator
ListStoreIterator(org.datanucleus.state.DNStateManager sm, ResultSet resultSet, ResultObjectFactory rof, AbstractListStore<E> als)
-
-
Method Details
-
add
- Specified by:
addin interfaceListIterator<E>
-
hasNext
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<E>
-
next
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<E>
-
previous
- Specified by:
previousin interfaceListIterator<E>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<E>
-
remove
-
set
- Specified by:
setin interfaceListIterator<E>
-
getOwnerMemberMetaData
protected org.datanucleus.metadata.AbstractMemberMetaData getOwnerMemberMetaData(Table containerTable) -
next
-