Uses of Class
org.jikesrvm.compilers.opt.util.GraphNodeEnumerator

Packages that use GraphNodeEnumerator
org.jikesrvm.compilers.opt.util   
 

Uses of GraphNodeEnumerator in org.jikesrvm.compilers.opt.util
 

Subclasses of GraphNodeEnumerator in org.jikesrvm.compilers.opt.util
private static class GraphNodeEnumerator.Enum
           
private static class GraphNodeEnumerator.Iter
           
 

Methods in org.jikesrvm.compilers.opt.util that return GraphNodeEnumerator
static GraphNodeEnumerator GraphNodeEnumerator.create(Enumeration<GraphNode> e)
           
static GraphNodeEnumerator GraphNodeEnumerator.create(Iterable<GraphNode> i)
           
static GraphNodeEnumerator GraphNodeEnumerator.create(Iterator<GraphNode> i)