org.apache.batik.util
Class DoublyIndexedTable.TableIterator
java.lang.Object
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
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoublyIndexedTable.TableIterator
public DoublyIndexedTable.TableIterator()
- Creates a new TableIterator.
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.