E - Element type for the collectionpublic class SCOCollectionIterator<E> extends Object implements Iterator<E>
| Constructor and Description |
|---|
SCOCollectionIterator(Collection<E> sco,
ObjectProvider op,
Collection<E> theDelegate,
CollectionStore<E> backingStore,
boolean useDelegate)
Constructor taking the delegate or backing store.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SCOCollectionIterator(Collection<E> sco, ObjectProvider op, Collection<E> theDelegate, CollectionStore<E> backingStore, boolean useDelegate)
sco - The owner scoop - ObjectProvider of SCO Collection to iteratetheDelegate - The delegate collectionbackingStore - The backing store (connected to the DB)useDelegate - Whether to use the delegateCopyright © 2020. All rights reserved.