Class CycleDetector<V,​E extends DefaultEdge>

  • Type Parameters:
    V - Vertex type
    E - Edge type

    public class CycleDetector<V,​E extends DefaultEdge>
    extends java.lang.Object
    Detects cycles in directed graphs.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<V> findCycles()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait