Package org.apache.batik.util
Class DoublyIndexedTable.TableIterator
java.lang.Object
org.apache.batik.util.DoublyIndexedTable.TableIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
DoublyIndexedTable
An Iterator class for a
DoublyIndexedTable.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanWhether the Iterator has run out of elements.private DoublyIndexedTable.EntryThe next Entry to return.private intThe index of the next entry to return. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
nextIndex
private int nextIndexThe index of the next entry to return. -
nextEntry
The next Entry to return. -
finished
private boolean finishedWhether the Iterator has run out of elements.
-
-
Constructor Details
-
TableIterator
public TableIterator()Creates a new TableIterator.
-
-
Method Details