Class SCOCollectionIterator<E>
java.lang.Object
org.datanucleus.store.types.SCOCollectionIterator<E>
- Type Parameters:
E- Element type for the collection
- All Implemented Interfaces:
Iterator<E>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSCOCollectionIterator(Collection<E> sco, DNStateManager sm, Collection<E> theDelegate, CollectionStore<E> backingStore, boolean useDelegate) Constructor taking the delegate or backing store. -
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
-
iter
-
last
-
ownerSCO
-
-
Constructor Details
-
SCOCollectionIterator
public SCOCollectionIterator(Collection<E> sco, DNStateManager sm, Collection<E> theDelegate, CollectionStore<E> backingStore, boolean useDelegate) Constructor taking the delegate or backing store.- Parameters:
sco- The owner scosm- StateManager of SCO Collection to iteratetheDelegate- The delegate collectionbackingStore- The backing store (connected to the DB)useDelegate- Whether to use the delegate
-
-
Method Details
-
hasNext
-
next
-
remove
-