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