org.apache.batik.util
Class DoublyIndexedTable.TableIterator

java.lang.Object
  extended by org.apache.batik.util.DoublyIndexedTable.TableIterator
All Implemented Interfaces:
Iterator
Enclosing class:
DoublyIndexedTable

protected class DoublyIndexedTable.TableIterator
extends Object
implements Iterator

An Iterator class for a DoublyIndexedTable.


Constructor Summary
DoublyIndexedTable.TableIterator()
          Creates a new TableIterator.
 
Method Summary
protected  void findNext()
          Searches for the next Entry in the table.
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoublyIndexedTable.TableIterator

public DoublyIndexedTable.TableIterator()
Creates a new TableIterator.

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

findNext

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


remove

public void remove()
Specified by:
remove in interface Iterator


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.