| Constructor and Description |
|---|
AbstractEdge(V src,
V dst)
Creates a new edge between the specified source and destination vertexes.
|
| Modifier and Type | Method and Description |
|---|---|
V |
dst()
Returns the edge destination vertex.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
V |
src()
Returns the edge source vertex.
|
java.lang.String |
toString() |
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object