org.jikesrvm.compilers.opt.util
Class SpaceEffGraphNode.InEdgeEnumeration
java.lang.Object
org.jikesrvm.compilers.opt.util.SpaceEffGraphNode.InEdgeEnumeration
- All Implemented Interfaces:
- Enumeration<GraphEdge>, SpaceEffGraphNode.GraphEdgeEnumeration<GraphEdge>
- Enclosing class:
- SpaceEffGraphNode
static final class SpaceEffGraphNode.InEdgeEnumeration
- 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.InEdgeEnumeration
public SpaceEffGraphNode.InEdgeEnumeration(SpaceEffGraphNode n)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<GraphEdge>
nextElement
public SpaceEffGraphEdge nextElement()
- Specified by:
nextElement
in interface Enumeration<GraphEdge>
next
public SpaceEffGraphEdge next()
- Specified by:
next
in interface SpaceEffGraphNode.GraphEdgeEnumeration<GraphEdge>