private class CompositeGraphicsNode.Itr
extends java.lang.Object
implements java.util.Iterator
Modifier and Type | Field and Description |
---|---|
(package private) int |
cursor
Index of graphics node to be returned by subsequent call to next.
|
(package private) int |
expectedModCount
The modCount value that the iterator believes that the backing
List should have.
|
(package private) int |
lastRet
Index of graphics node returned by most recent call to next or
previous.
|
Modifier | Constructor and Description |
---|---|
private |
Itr() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
checkForComodification() |
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
int cursor
int lastRet
int expectedModCount
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
final void checkForComodification()