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

java.lang.Object
  extended by org.jikesrvm.compilers.opt.util.SpaceEffGraphNode.OutEdgeEnumeration
All Implemented Interfaces:
Enumeration<GraphEdge>, SpaceEffGraphNode.GraphEdgeEnumeration<GraphEdge>
Enclosing class:
SpaceEffGraphNode

public static final class SpaceEffGraphNode.OutEdgeEnumeration
extends Object
implements SpaceEffGraphNode.GraphEdgeEnumeration<GraphEdge>


Field Summary
private  SpaceEffGraphEdge _edge
           
 
Constructor Summary
SpaceEffGraphNode.OutEdgeEnumeration(SpaceEffGraphNode n)
           
 
Method Summary
 boolean hasMoreElements()
           
 GraphEdge next()
           
 GraphEdge 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.OutEdgeEnumeration

public SpaceEffGraphNode.OutEdgeEnumeration(SpaceEffGraphNode n)
Method Detail

hasMoreElements

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

nextElement

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

next

public GraphEdge next()
Specified by:
next in interface SpaceEffGraphNode.GraphEdgeEnumeration<GraphEdge>