org.jikesrvm.compilers.opt.util
Class GraphNodeEnumerator
java.lang.Object
org.jikesrvm.compilers.opt.util.GraphNodeEnumerator
- All Implemented Interfaces:
- Enumeration<GraphNode>, GraphNodeEnumeration
- Direct Known Subclasses:
- GraphNodeEnumerator.Enum, GraphNodeEnumerator.Iter
public abstract class GraphNodeEnumerator
- extends Object
- implements GraphNodeEnumeration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphNodeEnumerator
public GraphNodeEnumerator()
nextElement
public final 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)