public class SCOListIterator extends Object implements ListIterator
| Constructor and Description |
|---|
SCOListIterator(List sco,
ObjectProvider sm,
List theDelegate,
ListStore theStore,
boolean useDelegate,
int startIndex)
Constructor taking the delegate or backing store, and any start index.
|
public SCOListIterator(List sco, ObjectProvider sm, List theDelegate, ListStore theStore, boolean useDelegate, int startIndex)
sco - Owner SCOsm - ObjectProvider of SCO List to iteratetheDelegate - The delegate listtheStore - The backing store (connected to the DB)useDelegate - whether to use a delegatestartIndex - The start index position (any value below 0 will mean start at index 0).public void add(Object o)
add in interface ListIteratorpublic boolean hasNext()
hasNext in interface IteratorhasNext in interface ListIteratorpublic boolean hasPrevious()
hasPrevious in interface ListIteratorpublic Object next()
next in interface Iteratornext in interface ListIteratorpublic int nextIndex()
nextIndex in interface ListIteratorpublic Object previous()
previous in interface ListIteratorpublic int previousIndex()
previousIndex in interface ListIteratorpublic void remove()
remove in interface Iteratorremove in interface ListIteratorpublic void set(Object o)
set in interface ListIteratorCopyright © 2013. All Rights Reserved.