Class CompositeGraphicsNode.Itr
java.lang.Object
org.apache.batik.gvt.CompositeGraphicsNode.Itr
- All Implemented Interfaces:
Iterator
- Direct Known Subclasses:
CompositeGraphicsNode.ListItr
- Enclosing class:
CompositeGraphicsNode
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intIndex of graphics node to be returned by subsequent call to next.(package private) intThe modCount value that the iterator believes that the backing List should have.(package private) intIndex of graphics node returned by most recent call to next or previous. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-
hasNext
-
next
-
remove
-
checkForComodification
final void checkForComodification()
-