Uses of Class
net.sourceforge.lept4j.L_Hashmap
-
Uses of L_Hashmap in net.sourceforge.lept4j
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionstatic 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*)