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 Iterator
hasNext
in interface ListIterator
public Object next()
next
in interface Iterator
next
in interface ListIterator
public boolean hasPrevious()
hasPrevious
in interface ListIterator
public Object previous()
previous
in interface ListIterator
public int nextIndex()
nextIndex
in interface ListIterator
public int previousIndex()
previousIndex
in interface ListIterator
public void remove()
remove
in interface Iterator
remove
in interface ListIterator
public void set(Object o)
set
in interface ListIterator
public void add(Object o)
add
in interface ListIterator
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.