public class CycleDetector<T> extends Object
CycleDetector(DirectedGraph<T> graph)
boolean
containsCycle()
List<T>
getVerticesInCycles()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CycleDetector(DirectedGraph<T> graph)
public boolean containsCycle()
public List<T> getVerticesInCycles()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.