org.jikesrvm.compilers.opt.util
Interface SpaceEffGraphNode.GraphEdgeEnumeration<T extends GraphEdge>

All Superinterfaces:
Enumeration<T>
All Known Implementing Classes:
SpaceEffGraphNode.InEdgeEnumeration, SpaceEffGraphNode.OutEdgeEnumeration
Enclosing class:
SpaceEffGraphNode

public static interface SpaceEffGraphNode.GraphEdgeEnumeration<T extends GraphEdge>
extends Enumeration<T>


Method Summary
 T next()
           
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 

Method Detail

next

T next()