Class TreeDynamicConnectivity.Arc

java.lang.Object
org.jgrapht.alg.connectivity.TreeDynamicConnectivity.Arc
Enclosing class:
TreeDynamicConnectivity<T>

private class TreeDynamicConnectivity.Arc extends Object
An internal representation of the tree edges.

Two arcs are created for every existing tree edge. This complies with the way an Euler tour is constructed.