int | 
Leptonica.lheapAdd(L_Heap lh,
        com.sun.jna.Pointer item) | 
 Original signature : l_ok lheapAdd(L_HEAP*, void*) 
 | 
static int | 
Leptonica1.lheapAdd(L_Heap lh,
        com.sun.jna.Pointer item) | 
 Original signature : l_ok lheapAdd(L_HEAP*, void*) 
 | 
int | 
Leptonica.lheapGetCount(L_Heap lh) | 
 Original signature : l_int32 lheapGetCount(L_HEAP*) 
 | 
static int | 
Leptonica1.lheapGetCount(L_Heap lh) | 
 Original signature : l_int32 lheapGetCount(L_HEAP*) 
 | 
static int | 
Leptonica1.lheapPrint(ILeptonica.FILE fp,
          L_Heap lh) | 
 Original signature : l_ok lheapPrint(FILE*, L_HEAP*) 
 | 
com.sun.jna.Pointer | 
Leptonica.lheapRemove(L_Heap lh) | 
 Original signature : void* lheapRemove(L_HEAP*) 
 | 
static com.sun.jna.Pointer | 
Leptonica1.lheapRemove(L_Heap lh) | 
 Original signature : void* lheapRemove(L_HEAP*) 
 | 
int | 
Leptonica.lheapSort(L_Heap lh) | 
 Original signature : l_ok lheapSort(L_HEAP*) 
 | 
static int | 
Leptonica1.lheapSort(L_Heap lh) | 
 Original signature : l_ok lheapSort(L_HEAP*) 
 | 
int | 
Leptonica.lheapSortStrictOrder(L_Heap lh) | 
 Original signature :
 l_ok lheapSortStrictOrder(L_HEAP*) 
 | 
static int | 
Leptonica1.lheapSortStrictOrder(L_Heap lh) | 
 Original signature : l_ok lheapSortStrictOrder(L_HEAP*) 
 | 
int | 
Leptonica.lheapSwapDown(L_Heap lh) | 
 Original signature : l_ok lheapSwapDown(L_HEAP*) 
 | 
static int | 
Leptonica1.lheapSwapDown(L_Heap lh) | 
 Original signature : l_ok lheapSwapDown(L_HEAP*) 
 | 
int | 
Leptonica.lheapSwapUp(L_Heap lh,
           int index) | 
 Original signature :
 l_ok lheapSwapUp(L_HEAP*, l_int32) 
 | 
static int | 
Leptonica1.lheapSwapUp(L_Heap lh,
           int index) | 
 Original signature : l_ok lheapSwapUp(L_HEAP*, l_int32) 
 |