SandMark version 2.0


sandmark.util.graph
Class Graph.AllEdges

java.lang.Object
  |
  +--sandmark.util.graph.Graph.AllEdges
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
Graph

class Graph.AllEdges
extends java.lang.Object
implements java.util.Iterator


Field Summary
(package private)  java.util.Iterator edgeVectorIter
           
(package private)  java.lang.Object nextElmt
           
(package private)  java.util.Iterator outEdgeIter
           
 
Constructor Summary
Graph.AllEdges()
           
 
Method Summary
(package private)  void get()
           
 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

edgeVectorIter

java.util.Iterator edgeVectorIter

outEdgeIter

java.util.Iterator outEdgeIter

nextElmt

java.lang.Object nextElmt
Constructor Detail

Graph.AllEdges

public Graph.AllEdges()
Method Detail

get

void get()

hasNext

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

next

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

remove

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

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002