Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.SyncCollection.SyncCollectionIterator
EDU.oswego.cs.dl.util.concurrent.SyncList.SyncCollectionListIterator
public class SyncList.SyncCollectionListIterator
implements ListIterator
Field Summary |
Fields inherited from class EDU.oswego.cs.dl.util.concurrent.SyncCollection.SyncCollectionIterator | |
baseIterator_ |
Method Summary | |
void |
|
protected ListIterator | |
boolean | |
int | |
Object |
|
int | |
void |
|
Methods inherited from class EDU.oswego.cs.dl.util.concurrent.SyncCollection.SyncCollectionIterator | |
hasNext , next , remove |
public void add(Object o)
protected ListIterator baseListIterator()
public boolean hasPrevious()
public int nextIndex()
public Object previous()
public int previousIndex()
public void set(Object o)