protected class DoublyIndexedTable.TableIterator
extends java.lang.Object
implements java.util.Iterator
DoublyIndexedTable.| Constructor and Description |
|---|
TableIterator()
Creates a new TableIterator.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
findNext()
Searches for the next Entry in the table.
|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorprotected void findNext()
public void remove()
remove in interface java.util.IteratorCopyright ? 2015 Apache Software Foundation. All Rights Reserved.