protected class CopyOnWriteArrayList.COWSubList.COWSubListIterator extends Object implements ListIterator
| Modifier and Type | Field and Description |
|---|---|
protected ListIterator |
i |
protected int |
index |
| Modifier | Constructor and Description |
|---|---|
protected |
CopyOnWriteArrayList.COWSubList.COWSubListIterator(int index) |
protected final ListIterator i
protected final int index
protected CopyOnWriteArrayList.COWSubList.COWSubListIterator(int index)
public boolean hasNext()
hasNext in interface IteratorhasNext in interface ListIteratorpublic Object next()
next in interface Iteratornext in interface ListIteratorpublic 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 remove()
remove in interface Iteratorremove 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.