Interface SCCListener<N>

  • All Known Implementing Classes:
    SCCCollector

    public interface SCCListener<N>
    • Method Detail

      • foundSCC

        void foundSCC​(Collection<? extends N> scc)