Class TopologicalSorter<T extends ITopologicallySortable>
java.lang.Object
org.eclipse.dirigible.commons.api.topology.TopologicalSorter<T>
- Type Parameters:
T- the generic type
public class TopologicalSorter<T extends ITopologicallySortable> extends Object
The Class TopologicalSorter.
-
Constructor Summary
Constructors Constructor Description TopologicalSorter()Instantiates a new topological sorter. -
Method Summary
-
Constructor Details
-
TopologicalSorter
public TopologicalSorter()Instantiates a new topological sorter.
-
-
Method Details
-
sort
Sort.- Parameters:
list- the list- Returns:
- the list
-