public class GraphUtil
extends java.lang.Object
| Constructor and Description |
|---|
GraphUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <NodeType> DirectedNodeEdgeGraph<NodeType> |
deepCopy(DirectedNodeEdgeGraph<NodeType> src)
Makes a deep copy of the input graph, matching implementation of the
interface.
|
public static <NodeType> DirectedNodeEdgeGraph<NodeType> deepCopy(DirectedNodeEdgeGraph<NodeType> src)
NodeType - The type for nodessrc - The graph to make a deep copy of