| Package | Description |
|---|---|
| net.sourceforge.lept4j |
| Modifier and Type | Class and Description |
|---|---|
static class |
L_Hashmap.ByReference |
static class |
L_Hashmap.ByValue |
| Modifier and Type | Method and Description |
|---|---|
static L_Hashmap |
Leptonica1.l_hmapCreate(int ninit,
int maxocc)
Original signature :
L_HASHMAP* l_hmapCreate(l_int32, l_int32) |
static L_Hashmap |
Leptonica1.l_hmapCreateFromDna(L_Dna da)
Original signature :
L_HASHMAP* l_hmapCreateFromDna(L_DNA*) |
static L_Hashmap |
Leptonica1.l_hmapCreateFromPta(Pta pta)
Original signature :
L_HASHMAP* l_hmapCreateFromPta(PTA*) |
static L_Hashmap |
Leptonica1.l_hmapCreateFromSarray(Sarray sa)
Original signature :
L_HASHMAP* l_hmapCreateFromSarray(SARRAY*) |
| Modifier and Type | Method and Description |
|---|---|
static L_Hashitem |
Leptonica1.l_hmapLookup(L_Hashmap hmap,
long key,
long val,
int op)
Original signature :
L_HASHITEM* l_hmapLookup(L_HASHMAP*, l_uint64, l_uint64, l_int32) |
static int |
Leptonica1.l_hmapRehash(L_Hashmap hmap)
Original signature :
l_ok l_hmapRehash(L_HASHMAP*) |
Copyright © 2024. All rights reserved.