private class CompositeGraphicsNode.ListItr extends CompositeGraphicsNode.Itr implements java.util.ListIterator
cursor, expectedModCount, lastRet
Constructor and Description |
---|
ListItr(int index) |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object o) |
boolean |
hasPrevious() |
int |
nextIndex() |
java.lang.Object |
previous() |
int |
previousIndex() |
void |
set(java.lang.Object o) |
checkForComodification, hasNext, next, remove
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator
public java.lang.Object previous()
previous
in interface java.util.ListIterator
public int nextIndex()
nextIndex
in interface java.util.ListIterator
public int previousIndex()
previousIndex
in interface java.util.ListIterator
public void set(java.lang.Object o)
set
in interface java.util.ListIterator
public void add(java.lang.Object o)
add
in interface java.util.ListIterator