public class Edge<K> extends Object
Edge(K source, K target)
boolean
equals(Object o)
int
hashCode()
Edge<K>
reverse()
K
source()
target()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Edge(K source, K target)
public Edge<K> reverse()
public K source()
public K target()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2020. All rights reserved.