public class UndirectedEdge<V> extends java.lang.Object implements Edge<V>
Edge.Directed<W>, Edge.Hyper<W>
UndirectedEdge(V oneEnd, V theOther)
java.util.Collection<V>
getEndpoints()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public UndirectedEdge(V oneEnd, V theOther)
public java.util.Collection<V> getEndpoints()
getEndpoints
Edge<V>
public java.lang.String toString()
toString
java.lang.Object