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.
- Version:
- $Id$
-
Field Summary
Fields inherited from class CompositeGraphicsNode.Itr
cursor, expectedModCount, lastRet -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CompositeGraphicsNode.Itr
checkForComodification, hasNext, next, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemainingMethods inherited from interface ListIterator
hasNext, next, remove
-
Constructor Details
-
ListItr
ListItr(int index)
-
-
Method Details
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator
-
previous
- Specified by:
previousin interfaceListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator
-
set
- Specified by:
setin interfaceListIterator
-
add
- Specified by:
addin interfaceListIterator
-