Class AVLTree
java.lang.Object
com.ibm.j9ddr.vm29.j9.BaseAlgorithm
com.ibm.j9ddr.vm29.j9.AVLTree
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AVLTree
fromJ9AVLTreePointer
(com.ibm.j9ddr.vm29.pointer.generated.J9AVLTreePointer structure, IAVLSearchComparator comparator) abstract com.ibm.j9ddr.vm29.pointer.generated.J9AVLTreeNodePointer
Methods declared in class com.ibm.j9ddr.vm29.j9.BaseAlgorithm
matches
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods declared in interface com.ibm.j9ddr.vm29.j9.IAlgorithm
matches
-
Constructor Details
-
AVLTree
protected AVLTree(int vmMinorVersion, int algorithmVersion)
-
-
Method Details
-
fromJ9AVLTreePointer
public static AVLTree fromJ9AVLTreePointer(com.ibm.j9ddr.vm29.pointer.generated.J9AVLTreePointer structure, IAVLSearchComparator comparator) throws CorruptDataException - Throws:
CorruptDataException
-
search
public abstract com.ibm.j9ddr.vm29.pointer.generated.J9AVLTreeNodePointer search(UDATA searchValue) throws CorruptDataException - Throws:
CorruptDataException
-