public class CycleDetector<T> extends Object
| Constructor and Description | 
|---|
| CycleDetector(DirectedGraph<T> graph) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsCycle() | 
| List<T> | getVerticesInCycles() | 
public CycleDetector(DirectedGraph<T> graph)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.