public class CycleDetectedResult<N> extends SanityCheckResult
| Constructor and Description |
|---|
CycleDetectedResult(java.util.List<N> wholePath,
N duplicateNode) |
| Modifier and Type | Method and Description |
|---|---|
N |
getDuplicateNode() |
java.util.List<N> |
getWholePath() |
java.lang.String |
toString() |