org.jikesrvm.compilers.opt.util
Class SpaceEffGraphEdgeList
java.lang.Object
org.jikesrvm.compilers.opt.util.SpaceEffGraphEdgeList
- All Implemented Interfaces:
- Enumeration<SpaceEffGraphEdgeList>
class SpaceEffGraphEdgeList
- extends Object
- implements Enumeration<SpaceEffGraphEdgeList>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_edge
SpaceEffGraphEdge _edge
_next
SpaceEffGraphEdgeList _next
_prev
SpaceEffGraphEdgeList _prev
SpaceEffGraphEdgeList
SpaceEffGraphEdgeList()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<SpaceEffGraphEdgeList>
nextElement
public SpaceEffGraphEdgeList nextElement()
- Specified by:
nextElement
in interface Enumeration<SpaceEffGraphEdgeList>
edge
public SpaceEffGraphEdge edge()
next
public SpaceEffGraphEdgeList next()
prev
public SpaceEffGraphEdgeList prev()
inGraphEdgeList
public boolean inGraphEdgeList(SpaceEffGraphEdge edge)