SandMark version 2.1


sandmark.util.controlflowgraph
Class Graph$2

java.lang.Object
  |
  +--sandmark.util.controlflowgraph.Graph$2
All Implemented Interfaces:
java.util.Iterator

final synchronized class Graph$2
extends java.lang.Object
implements java.util.Iterator


Field Summary
(package private)  int edgeModCount
           
(package private)  GraphNode last
           
(package private)  int nodeModCount
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

last

GraphNode last

edgeModCount

int edgeModCount

nodeModCount

int nodeModCount
Method Detail

hasNext

public final boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public final java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public final void remove()
Specified by:
remove in interface java.util.Iterator

SandMark version 2.1

Wed Jul 3 17:27:43 MST 2002