Package org.teavm.common
Class LCATree
- java.lang.Object
-
- org.teavm.common.LCATree
-
public class LCATree extends Object
-
-
Constructor Summary
Constructors Constructor Description LCATree(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intaddNode(int parent)intdepthOf(int node)intlcaOf(int a, int b)intparentOf(int node)intsize()
-