org.jikesrvm.compilers.opt.util
Class GraphNodeEnumerator.Iter
java.lang.Object
org.jikesrvm.compilers.opt.util.GraphNodeEnumerator
org.jikesrvm.compilers.opt.util.GraphNodeEnumerator.Iter
- All Implemented Interfaces:
- Enumeration<GraphNode>, GraphNodeEnumeration
- Enclosing class:
- GraphNodeEnumerator
private static final class GraphNodeEnumerator.Iter
- extends GraphNodeEnumerator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i
private final Iterator<GraphNode> i
GraphNodeEnumerator.Iter
GraphNodeEnumerator.Iter(Iterator<GraphNode> i)
hasMoreElements
public boolean hasMoreElements()
next
public GraphNode next()
- Description copied from interface:
GraphNodeEnumeration
- Return the next graph node in the enumeration.
- Returns:
- the next graph node in the enumeration