Module openj9.dtfj

Interface IAVLSearchComparator


  • public interface IAVLSearchComparator
    For use with AVLTree
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int searchComparator​(com.ibm.j9ddr.vm29.pointer.generated.J9AVLTreePointer tree, UDATA searchValue, com.ibm.j9ddr.vm29.pointer.generated.J9AVLTreeNodePointer node)  
    • Method Detail

      • searchComparator

        int searchComparator​(com.ibm.j9ddr.vm29.pointer.generated.J9AVLTreePointer tree,
                             UDATA searchValue,
                             com.ibm.j9ddr.vm29.pointer.generated.J9AVLTreeNodePointer node)
                      throws CorruptDataException
        Throws:
        CorruptDataException