org.jikesrvm.compilers.opt.util
Class SpaceEffGraphNode.OutEdgeEnumeration
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_edge
private SpaceEffGraphEdge _edge
SpaceEffGraphNode.OutEdgeEnumeration
public SpaceEffGraphNode.OutEdgeEnumeration(SpaceEffGraphNode n)
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>