public class Edge<T>
extends java.lang.Object
Constructor and Description |
---|
Edge(int from,
int to,
T value,
boolean directed) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public Edge(int from, int to, T value, boolean directed)