public class SyncList.SyncCollectionListIterator extends SyncCollection.SyncCollectionIterator implements ListIterator
baseIterator_| Modifier and Type | Method and Description |
|---|---|
void |
add(Object o) |
protected ListIterator |
baseListIterator() |
boolean |
hasPrevious() |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
void |
set(Object o) |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, next, removeprotected ListIterator baseListIterator()
public boolean hasPrevious()
hasPrevious in interface ListIteratorpublic Object previous()
previous in interface ListIteratorpublic int nextIndex()
nextIndex in interface ListIteratorpublic int previousIndex()
previousIndex in interface ListIteratorpublic void set(Object o)
set in interface ListIteratorpublic void add(Object o)
add in interface ListIteratorCopyright © 2012-2013 Adele Team | LIG. All Rights Reserved.