Package jetbrains.buildServer.util.graph
Class Edge<T>
- java.lang.Object
-
- com.intellij.openapi.util.Pair<T,T>
-
- jetbrains.buildServer.util.graph.Edge<T>
-
public class Edge<T> extends Pair<T,T>
Edge of the DAG- Author:
- dmitry.neverov
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> Edge<T>
createEdge(T from, T to)
T
from()
T
to()
-