org.apache.batik.util

Class DoublyIndexedTable.TableIterator

protected class DoublyIndexedTable.TableIterator extends Object implements Iterator

An Iterator class for a DoublyIndexedTable.
Constructor Summary
TableIterator()
Creates a new TableIterator.
Method Summary
protected voidfindNext()
Searches for the next Entry in the table.
booleanhasNext()
Objectnext()
voidremove()

Constructor Detail

TableIterator

public TableIterator()
Creates a new TableIterator.

Method Detail

findNext

protected void findNext()
Searches for the next Entry in the table.

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.