public class TopoSort<T>
extends java.lang.Object
| Constructor and Description |
|---|
TopoSort() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConstraint(T before,
T after) |
void |
addEntry(T entry) |
java.util.List<T> |
sort() |
static <T> java.util.List<T> |
sort(java.util.Set<T> entries,
java.util.Set<rapture.plugin.install.TopoSort.Constraint<T>> constraints) |