java.lang.Object
com.aoapps.hodgepodge.graph.Edge<V>
- Direct Known Subclasses:
LabeledEdge
,WeightedEdge
An edge (or arc) between two vertices.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
from
-
to
-
-
Constructor Details
-
Edge
-
-
Method Details
-
getFrom
The vertex the edge is from. -
getTo
The vertex the edge is to. -
toString
-
equals
Two edges are equal if they have equal from and to. -
hashCode
public final int hashCode()The hashCode is generated from the from and to.
-