| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_RBTREE |
lept.L_RBTREE.keytype(int keytype) |
static lept.L_RBTREE |
lept.l_rbtreeCreate(int keytype) |
lept.L_RBTREE |
lept.L_RBTREE.position(long position) |
lept.L_RBTREE |
lept.L_RBTREE.root(lept.L_RBTREE_NODE root) |
| Modifier and Type | Method and Description |
|---|---|
static void |
lept.l_rbtreeDelete(lept.L_RBTREE t,
lept.RB_TYPE key) |
static void |
lept.l_rbtreeDestroy(lept.L_RBTREE pt) |
static int |
lept.l_rbtreeGetCount(lept.L_RBTREE t) |
static lept.L_RBTREE_NODE |
lept.l_rbtreeGetFirst(lept.L_RBTREE t) |
static lept.L_RBTREE_NODE |
lept.l_rbtreeGetLast(lept.L_RBTREE t) |
static void |
lept.l_rbtreeInsert(lept.L_RBTREE t,
lept.RB_TYPE key,
lept.RB_TYPE value) |
static lept.RB_TYPE |
lept.l_rbtreeLookup(lept.L_RBTREE t,
lept.RB_TYPE key) |
static void |
lept.l_rbtreePrint(Pointer fp,
lept.L_RBTREE t) |
Copyright © 2019. All rights reserved.