Package de.learnlib.algorithm.lsharp.ads
Class ArenaTree<T,P>
- java.lang.Object
-
- de.learnlib.algorithm.lsharp.ads.ArenaTree<T,P>
-
public class ArenaTree<T,P> extends Object
-
-
Constructor Summary
Constructors Constructor Description ArenaTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget(int index)intnode(T value)intnodeWithParent(T value, int pIndex, P input)intsize()
-