org.jikesrvm.compilers.opt.util
Class GraphNodeEnumerator.Iter
java.lang.Object
org.jikesrvm.compilers.opt.util.GraphNodeEnumerator
org.jikesrvm.compilers.opt.util.GraphNodeEnumerator.Iter
- All Implemented Interfaces:
- Enumeration<GraphNode>
- Enclosing class:
- GraphNodeEnumerator
private static final class GraphNodeEnumerator.Iter
- extends GraphNodeEnumerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i
private final Iterator<GraphNode> i
GraphNodeEnumerator.Iter
GraphNodeEnumerator.Iter(Iterator<GraphNode> i)
hasMoreElements
public boolean hasMoreElements()
nextElement
public GraphNode nextElement()
- Specified by:
nextElement
in interface Enumeration<GraphNode>
- Specified by:
nextElement
in class GraphNodeEnumerator