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, removepublic boolean hasPrevious()
hasPrevious in interface java.util.ListIteratorpublic java.lang.Object previous()
previous in interface java.util.ListIteratorpublic int nextIndex()
nextIndex in interface java.util.ListIteratorpublic int previousIndex()
previousIndex in interface java.util.ListIteratorpublic void set(java.lang.Object o)
set in interface java.util.ListIteratorpublic void add(java.lang.Object o)
add in interface java.util.ListIterator