org.jikesrvm.compilers.opt.util
Class GraphNodeEnumerator
java.lang.Object
org.jikesrvm.compilers.opt.util.GraphNodeEnumerator
- All Implemented Interfaces:
- Enumeration<GraphNode>
- Direct Known Subclasses:
- GraphNodeEnumerator.Enum, GraphNodeEnumerator.Iter
public abstract class GraphNodeEnumerator
- extends Object
- implements Enumeration<GraphNode>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphNodeEnumerator
public GraphNodeEnumerator()
nextElement
public abstract GraphNode nextElement()
- Specified by:
nextElement
in interface Enumeration<GraphNode>
create
public static GraphNodeEnumerator create(Enumeration<GraphNode> e)
create
public static GraphNodeEnumerator create(Iterator<GraphNode> i)
create
public static GraphNodeEnumerator create(Iterable<GraphNode> i)