Uses of Class
net.sourceforge.lept4j.L_Hashmap
Packages that use L_Hashmap
-
Uses of L_Hashmap in net.sourceforge.lept4j
Subclasses of L_Hashmap in net.sourceforge.lept4jModifier and TypeClassDescriptionstatic class
static class
Methods in net.sourceforge.lept4j that return L_HashmapModifier 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*)
Methods in net.sourceforge.lept4j with parameters of type L_HashmapModifier 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*)