org.jikesrvm.compilers.opt.util
Class SpaceEffGraphEdgeList

java.lang.Object
  extended by org.jikesrvm.compilers.opt.util.SpaceEffGraphEdgeList
All Implemented Interfaces:
Enumeration<SpaceEffGraphEdgeList>

 class SpaceEffGraphEdgeList
extends Object
implements Enumeration<SpaceEffGraphEdgeList>


Field Summary
(package private)  SpaceEffGraphEdge _edge
           
(package private)  SpaceEffGraphEdgeList _next
           
(package private)  SpaceEffGraphEdgeList _prev
           
 
Constructor Summary
SpaceEffGraphEdgeList()
           
 
Method Summary
 SpaceEffGraphEdge edge()
           
 boolean hasMoreElements()
           
 boolean inGraphEdgeList(SpaceEffGraphEdge edge)
           
 SpaceEffGraphEdgeList next()
           
 SpaceEffGraphEdgeList nextElement()
           
 SpaceEffGraphEdgeList prev()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_edge

SpaceEffGraphEdge _edge

_next

SpaceEffGraphEdgeList _next

_prev

SpaceEffGraphEdgeList _prev
Constructor Detail

SpaceEffGraphEdgeList

SpaceEffGraphEdgeList()
Method Detail

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)