Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
RB_TYPE |
RB_TYPE.ftype(double setter) |
RB_TYPE |
RB_TYPE.getPointer(long i) |
RB_TYPE |
RB_TYPE.itype(long setter) |
RB_TYPE |
L_RBTREE_NODE.key() |
RB_TYPE |
RB_TYPE.position(long position) |
RB_TYPE |
RB_TYPE.ptype(Pointer setter) |
RB_TYPE |
RB_TYPE.utype(long setter) |
RB_TYPE |
L_RBTREE_NODE.value() |
Modifier and Type | Method and Description |
---|---|
L_RBTREE_NODE |
L_RBTREE_NODE.key(RB_TYPE setter) |
L_RBTREE_NODE |
L_RBTREE_NODE.value(RB_TYPE setter) |
Modifier and Type | Method and Description |
---|---|
static RB_TYPE |
leptonica.l_amapFind(L_AMAP m,
RB_TYPE key) |
static RB_TYPE |
leptonica.l_asetFind(L_ASET s,
RB_TYPE key) |
static RB_TYPE |
leptonica.l_rbtreeLookup(L_RBTREE t,
RB_TYPE key) |
Modifier and Type | Method and Description |
---|---|
static void |
leptonica.l_amapDelete(L_AMAP m,
RB_TYPE key) |
static RB_TYPE |
leptonica.l_amapFind(L_AMAP m,
RB_TYPE key) |
static void |
leptonica.l_amapInsert(L_AMAP m,
RB_TYPE key,
RB_TYPE value) |
static void |
leptonica.l_asetDelete(L_ASET s,
RB_TYPE key) |
static RB_TYPE |
leptonica.l_asetFind(L_ASET s,
RB_TYPE key) |
static void |
leptonica.l_asetInsert(L_ASET s,
RB_TYPE key) |
static void |
leptonica.l_rbtreeDelete(L_RBTREE t,
RB_TYPE key) |
static void |
leptonica.l_rbtreeInsert(L_RBTREE t,
RB_TYPE key,
RB_TYPE value) |
static RB_TYPE |
leptonica.l_rbtreeLookup(L_RBTREE t,
RB_TYPE key) |
Copyright © 2025. All rights reserved.