org.jikesrvm.compilers.opt.util
Class GraphNodeEnumerator.Enum

java.lang.Object
  extended by org.jikesrvm.compilers.opt.util.GraphNodeEnumerator
      extended by org.jikesrvm.compilers.opt.util.GraphNodeEnumerator.Enum
All Implemented Interfaces:
Enumeration<GraphNode>, GraphNodeEnumeration
Enclosing class:
GraphNodeEnumerator

private static final class GraphNodeEnumerator.Enum
extends GraphNodeEnumerator


Field Summary
private  Enumeration<GraphNode> e
           
 
Constructor Summary
GraphNodeEnumerator.Enum(Enumeration<GraphNode> e)
           
 
Method Summary
 boolean hasMoreElements()
           
 GraphNode next()
          Return the next graph node in the enumeration.
 
Methods inherited from class org.jikesrvm.compilers.opt.util.GraphNodeEnumerator
create, create, create, nextElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

e

private final Enumeration<GraphNode> e
Constructor Detail

GraphNodeEnumerator.Enum

GraphNodeEnumerator.Enum(Enumeration<GraphNode> e)
Method Detail

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