org.jikesrvm.compilers.opt.util
Class SpaceEffGraphNodeList
java.lang.Object
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?
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_node
SpaceEffGraphNode _node
_next
SpaceEffGraphNodeList _next
_prev
SpaceEffGraphNodeList _prev
SpaceEffGraphNodeList
SpaceEffGraphNodeList()
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()