dataStructures
Class Edge

java.lang.Object
  |
  +--dataStructures.Edge
Direct Known Subclasses:
ComparableEdge, WeightedEdge

public class Edge
extends java.lang.Object


Constructor Summary
Edge(int theVertex1, int theVertex2)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Edge

public Edge(int theVertex1,
            int theVertex2)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object