| Package | Description |
|---|---|
| net.sourceforge.lept4j |
| Modifier and Type | Field | Description |
|---|---|---|
L_Hashitem.ByReference[] |
L_Hashmap.hashtab
array of hash item ptrs
C type : L_Hashitem** |
|
L_Hashitem.ByReference |
L_Hashitem.next
ptr to the next in the list
C type : L_Hashitem* |
| Constructor | Description |
|---|---|
L_Hashitem(long key,
long val,
int count,
L_Hashitem.ByReference next) |
|
L_Hashmap(int nitems,
int ntogo,
int maxocc,
L_Hashitem.ByReference[] hashtab,
int tabsize) |
Copyright © 2026. All rights reserved.