Package com.jgalgo
Interface LowestCommonAncestorStatic.Builder
-
- All Superinterfaces:
com.jgalgo.internal.util.BuilderAbstract<LowestCommonAncestorStatic.Builder>
- Enclosing interface:
- LowestCommonAncestorStatic
public static interface LowestCommonAncestorStatic.Builder extends com.jgalgo.internal.util.BuilderAbstract<LowestCommonAncestorStatic.Builder>
A builder forLowestCommonAncestorStatic
objects.- Author:
- Barak Ugav
- See Also:
LowestCommonAncestorStatic.newBuilder()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LowestCommonAncestorStatic
build()
Create a new static LCA algorithm.
-
-
-
Method Detail
-
build
LowestCommonAncestorStatic build()
Create a new static LCA algorithm.- Returns:
- a new static LCA algorithm
-
-