Uses of Interface
org.glassfish.pfl.basic.algorithm.Graph.Finder
-
Packages that use Graph.Finder Package Description org.glassfish.pfl.basic.algorithm -
-
Uses of Graph.Finder in org.glassfish.pfl.basic.algorithm
Fields in org.glassfish.pfl.basic.algorithm declared as Graph.Finder Modifier and Type Field Description private static Graph.Finder<java.lang.Class<?>>
ClassAnalyzer. finder
Methods in org.glassfish.pfl.basic.algorithm with parameters of type Graph.Finder Modifier and Type Method Description private void
Graph. init(java.util.Collection<E> roots, Graph.Finder<E> finder)
private void
Graph. traverse(E node, java.util.Set<E> visited, Graph.Finder<E> finder)
Constructors in org.glassfish.pfl.basic.algorithm with parameters of type Graph.Finder Constructor Description Graph(E root, Graph.Finder<E> finder)
Graph(java.util.Collection<E> roots, Graph.Finder<E> finder)
-