public class CosArray.CosArrayListIterator extends Object implements ListIterator<CosObject>
| Modifier and Type | Method and Description |
|---|---|
void |
add(CosObject o) |
boolean |
hasNext() |
boolean |
hasPrevious() |
CosObject |
next() |
int |
nextIndex() |
CosObject |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(CosObject o) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic int nextIndex()
nextIndex in interface ListIterator<CosObject>public int previousIndex()
previousIndex in interface ListIterator<CosObject>public void remove()
public boolean hasNext()
public boolean hasPrevious()
hasPrevious in interface ListIterator<CosObject>public CosObject next()
public CosObject previous()
previous in interface ListIterator<CosObject>public void add(CosObject o)
add in interface ListIterator<CosObject>public void set(CosObject o)
set in interface ListIterator<CosObject>Copyright © 2010 - 2020 Adobe. All Rights Reserved