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>, GraphNodeEnumeration
- 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()
next
public GraphNode next()
- Description copied from interface:
GraphNodeEnumeration
- Return the next graph node in the enumeration.
- Returns:
- the next graph node in the enumeration