org.jikesrvm.compilers.opt.util
Class SpaceEffGraphNodeList

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

 class SpaceEffGraphNodeList
extends Object
implements Enumeration<SpaceEffGraphNodeList>

List of Graph nodes.

TODO should a doubly linked list implement Enumeration?


Field Summary
(package private)  SpaceEffGraphNodeList _next
           
(package private)  SpaceEffGraphNode _node
           
(package private)  SpaceEffGraphNodeList _prev
           
 
Constructor Summary
SpaceEffGraphNodeList()
           
 
Method Summary
 boolean hasMoreElements()
           
(package private)  SpaceEffGraphNodeList next()
           
 SpaceEffGraphNodeList nextElement()
           
(package private)  SpaceEffGraphNode node()
           
(package private)  SpaceEffGraphNodeList prev()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_node

SpaceEffGraphNode _node

_next

SpaceEffGraphNodeList _next

_prev

SpaceEffGraphNodeList _prev
Constructor Detail

SpaceEffGraphNodeList

SpaceEffGraphNodeList()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<SpaceEffGraphNodeList>

nextElement

public SpaceEffGraphNodeList nextElement()
Specified by:
nextElement in interface Enumeration<SpaceEffGraphNodeList>

node

SpaceEffGraphNode node()

next

SpaceEffGraphNodeList next()

prev

SpaceEffGraphNodeList prev()