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