org.jikesrvm.compilers.opt.util
Class SpaceEffGraphNode.InNodeEnumeration
java.lang.Object
org.jikesrvm.compilers.opt.util.SpaceEffGraphNode.InNodeEnumeration
- All Implemented Interfaces:
- Enumeration<GraphNode>
- Enclosing class:
- SpaceEffGraphNode
static final class SpaceEffGraphNode.InNodeEnumeration
- extends Object
- implements Enumeration<GraphNode>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_edge
private SpaceEffGraphEdge _edge
SpaceEffGraphNode.InNodeEnumeration
public SpaceEffGraphNode.InNodeEnumeration(SpaceEffGraphNode n)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<GraphNode>
nextElement
public GraphNode nextElement()
- Specified by:
nextElement
in interface Enumeration<GraphNode>