Uses of Interface
cdc.graphs.impl.tests.TestNode
-
Packages that use TestNode Package Description cdc.graphs.impl.tests -
-
Uses of TestNode in cdc.graphs.impl.tests
Classes in cdc.graphs.impl.tests with type parameters of type TestNode Modifier and Type Interface Description interfaceTestEdge<N extends TestNode>interfaceTestGraph<N extends TestNode,E extends TestEdge<N>>Classes in cdc.graphs.impl.tests that implement TestNode Modifier and Type Class Description classTestGraphHeavyNodeImplementation of graph node for tests.classTestGraphLightNodeImplementation of graph node for tests.
-