JBoss Application Server: Build 7.1.2.Final
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
static <V,R> List<V> |
sort(GraphDefiner<V,R> definer)
Sorts a graph topologically.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
sort
public static <V,R> List<V> sort(GraphDefiner<V,R> definer)
Sorts a graph topologically.
- Parameters:
definer
- Defines a graph (values and representations) to sort.
- Returns:
- Values of the graph, sorted topologically.
JBoss Application Server: Build 7.1.2.Final
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.