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 boolean
Whether the Iterator has run out of elements.private DoublyIndexedTable.Entry
The next Entry to return.private int
The 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, wait
Methods 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