public static class TreeTableExpandTest.GenIter extends Object implements Iterator<TreeTableExpandTest.GenNode>
| Constructor and Description |
|---|
GenIter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
TreeTableExpandTest.GenNode |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<TreeTableExpandTest.GenNode>public TreeTableExpandTest.GenNode next()
next in interface Iterator<TreeTableExpandTest.GenNode>public void remove()
remove in interface Iterator<TreeTableExpandTest.GenNode>Copyright © 2018. All rights reserved.