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.- Version:
- $Id$
-
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-
hasNext
-
next
-
findNext
protected void findNext()Searches for the next Entry in the table. -
remove
-