Package org.apache.batik.gvt
Class CompositeGraphicsNode.Itr
java.lang.Object
org.apache.batik.gvt.CompositeGraphicsNode.Itr
- All Implemented Interfaces:
Iterator
- Direct Known Subclasses:
CompositeGraphicsNode.ListItr
- Enclosing class:
- CompositeGraphicsNode
An implementation of the java.util.Iterator interface.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
Index of graphics node to be returned by subsequent call to next.(package private) int
The modCount value that the iterator believes that the backing List should have.(package private) int
Index of graphics node returned by most recent call to next or previous. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
cursor
int cursorIndex of graphics node to be returned by subsequent call to next. -
lastRet
int lastRetIndex of graphics node returned by most recent call to next or previous. Reset to -1 if this graphics node is deleted by a call to remove. -
expectedModCount
int expectedModCountThe modCount value that the iterator believes that the backing List should have. If this expectation is violated, the iterator has detected concurrent modification.
-
-
Constructor Details
-
Itr
private Itr()
-
-
Method Details