static class DynamicGraph.Edge<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private T |
from |
private T |
to |
private int |
weight |
Modifier | Constructor and Description |
---|---|
private |
Edge(int weight,
T from,
T to) |
Modifier and Type | Method and Description |
---|---|
(package private) T |
getFrom() |
(package private) T |
getTo() |