@ParametersAreNonnullByDefault public class SCCCollector<N> extends Object implements SCCListener<N>
| Constructor and Description |
|---|
SCCCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
foundSCC(Collection<? extends N> scc) |
List<List<N>> |
getSCCList() |
public void foundSCC(Collection<? extends N> scc)
foundSCC in interface SCCListener<N>Copyright © 2018. All rights reserved.