org.jikesrvm.compilers.opt.util
Class SpaceEffGraphNode.InNodeEnumeration

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

static final class SpaceEffGraphNode.InNodeEnumeration
extends Object
implements GraphNodeEnumeration


Field Summary
private  SpaceEffGraphEdge _edge
           
 
Constructor Summary
SpaceEffGraphNode.InNodeEnumeration(SpaceEffGraphNode n)
           
 
Method Summary
 boolean hasMoreElements()
           
 GraphNode next()
          Return the next graph node in the enumeration.
 GraphNode nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_edge

private SpaceEffGraphEdge _edge
Constructor Detail

SpaceEffGraphNode.InNodeEnumeration

public SpaceEffGraphNode.InNodeEnumeration(SpaceEffGraphNode n)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<GraphNode>

nextElement

public GraphNode nextElement()
Specified by:
nextElement in interface Enumeration<GraphNode>

next

public GraphNode next()
Description copied from interface: GraphNodeEnumeration
Return the next graph node in the enumeration.

Specified by:
next in interface GraphNodeEnumeration
Returns:
the next graph node in the enumeration