| Package | Description |
|---|---|
| net.sourceforge.lept4j |
| Modifier and Type | Class and Description |
|---|---|
static class |
NumaHash.ByReference |
static class |
NumaHash.ByValue |
| Modifier and Type | Method and Description |
|---|---|
static NumaHash |
Leptonica1.numaHashCreate(int nbuckets,
int initsize)
Original signature :
NUMAHASH* numaHashCreate(l_int32, l_int32)native declaration : allheaders.h:2200 |
| Modifier and Type | Method and Description |
|---|---|
static int |
Leptonica1.numaHashAdd(NumaHash nahash,
int key,
float value)
Original signature :
l_int32 numaHashAdd(NUMAHASH*, l_uint32, l_float32)native declaration : allheaders.h:2206 |
static Numa |
Leptonica1.numaHashGetNuma(NumaHash nahash,
int key)
Original signature :
NUMA* numaHashGetNuma(NUMAHASH*, l_uint32)native declaration : allheaders.h:2204 |