| Package | Description |
|---|---|
| net.sourceforge.lept4j |
| Modifier and Type | Field and 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 and 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 © 2024. All rights reserved.