Class BasicTree<T>
java.lang.Object
com.ibm.wala.util.graph.BasicTree<T>
A simple, extremely inefficient tree implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChild(int i) @Nullable TgetChildValue(int i) intstatic <T> BasicTree<T> make(T value) void
-
Constructor Details
-
BasicTree
-
-
Method Details
-
make
-
getRootValue
-
getChildValue
-
getChild
-
setChild
-
getMaxChildIndex
public int getMaxChildIndex()
-