public class Edge<V> extends java.lang.Object
Edge(V vertex1, V vertex2)
V
getVertex1()
getVertex2()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Edge(V vertex1, V vertex2)
public V getVertex1()
public V getVertex2()