| Package | Description |
|---|---|
| net.sourceforge.lept4j |
| Modifier and Type | Class and Description |
|---|---|
static class |
Rb_Type.ByReference |
static class |
Rb_Type.ByValue |
| Modifier and Type | Field and Description |
|---|---|
Rb_Type |
L_Rbtree_Node.key
C type : Rb_Type
|
Rb_Type |
L_Rbtree_Node.value
C type : Rb_Type
|
| Modifier and Type | Method and Description |
|---|---|
static Rb_Type |
Leptonica1.l_amapFind(L_Rbtree m,
Rb_Type.ByValue key)
Original signature :
RB_TYPE* l_amapFind(L_AMAP*, RB_TYPE)native declaration : allheaders.h:2084 |
Rb_Type |
Leptonica.l_amapFind(L_Rbtree m,
Rb_Type.ByValue key)
Original signature :
RB_TYPE* l_amapFind(L_AMAP*, RB_TYPE)native declaration : allheaders.h:2084 |
static Rb_Type |
Leptonica1.l_asetFind(L_Rbtree s,
Rb_Type.ByValue key)
Original signature :
RB_TYPE* l_asetFind(L_ASET*, RB_TYPE)native declaration : allheaders.h:2104 |
Rb_Type |
Leptonica.l_asetFind(L_Rbtree s,
Rb_Type.ByValue key)
Original signature :
RB_TYPE* l_asetFind(L_ASET*, RB_TYPE)native declaration : allheaders.h:2104 |
static Rb_Type |
Leptonica1.l_rbtreeLookup(L_Rbtree t,
Rb_Type.ByValue key)
Original signature :
RB_TYPE* l_rbtreeLookup(L_RBTREE*, RB_TYPE)native declaration : allheaders.h:4006 |
| Constructor and Description |
|---|
L_Rbtree_Node(Rb_Type key,
Rb_Type value,
L_Rbtree_Node.ByReference left,
L_Rbtree_Node.ByReference right,
L_Rbtree_Node.ByReference parent,
int color) |
Copyright © 2016. All Rights Reserved.