Class Graph<E>
java.lang.Object
org.glassfish.pfl.basic.algorithm.Graph<E>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA Finder finds the immediate successors of an element of the graph. -
Constructor Summary
ConstructorsConstructorDescriptionGraph(E root, Graph.Finder<E> finder) Graph(Collection<E> roots, Graph.Finder<E> finder) -
Method Summary
-
Constructor Details
-
Graph
-
Graph
-
-
Method Details
-
getRoots
-
getPreorderList
-
getPostorderList
-