com.opensymphony.xwork2.config.providers
Class CycleDetector<T>
java.lang.Object
com.opensymphony.xwork2.config.providers.CycleDetector<T>
public class CycleDetector<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CycleDetector
public CycleDetector(DirectedGraph<T> graph)
containsCycle
public boolean containsCycle()
getVerticesInCycles
public List<T> getVerticesInCycles()
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.