Uses of Interface
org.glassfish.pfl.basic.algorithm.Graph.Finder
Packages that use Graph.Finder
-
Uses of Graph.Finder in org.glassfish.pfl.basic.algorithm
Constructors in org.glassfish.pfl.basic.algorithm with parameters of type Graph.FinderModifierConstructorDescriptionGraph(E root, Graph.Finder<E> finder) Graph(Collection<E> roots, Graph.Finder<E> finder)