Class BFS
- java.lang.Object
-
- com.kenshoo.pl.entity.internal.fetch.BFS
-
public class BFS extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BFS()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <Tree> org.jooq.lambda.Seq<Tree>visit(Tree root, java.util.function.Function<Tree,java.lang.Iterable<Tree>> neighbours)
-