T - The node type.public final class Dag<T> extends Object
| Constructor and Description |
|---|
Dag() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEdge(T from,
T to) |
List<T> |
cycle() |
boolean |
isCycleFree() |
Copyright © 2017–2025 Hans Jörg Heßmann. All rights reserved.