Package org.apache.batik.gvt
Class CompositeGraphicsNode.ListItr
java.lang.Object
org.apache.batik.gvt.CompositeGraphicsNode.Itr
org.apache.batik.gvt.CompositeGraphicsNode.ListItr
- All Implemented Interfaces:
Iterator
,ListIterator
- Enclosing class:
CompositeGraphicsNode
private class CompositeGraphicsNode.ListItr
extends CompositeGraphicsNode.Itr
implements ListIterator
An implementation of the java.util.ListIterator interface.
-
Field Summary
Fields inherited from class org.apache.batik.gvt.CompositeGraphicsNode.Itr
cursor, expectedModCount, lastRet
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.batik.gvt.CompositeGraphicsNode.Itr
checkForComodification, hasNext, next, remove
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
Methods inherited from interface java.util.ListIterator
hasNext, next, remove
-
Constructor Details
-
ListItr
ListItr(int index)
-
-
Method Details
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator
-
previous
- Specified by:
previous
in interfaceListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator
-
set
- Specified by:
set
in interfaceListIterator
-
add
- Specified by:
add
in interfaceListIterator
-