public abstract class TopoSorter<E> extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
REVERSE |
Modifier | Constructor and Description |
---|---|
protected |
TopoSorter(List<E> values,
boolean reverse) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
getDescendents(E from,
List<E> descendents) |
void |
sort() |
Copyright © 2005–2018. All rights reserved.