Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
DLLIST |
DLLIST.data(Pointer setter) |
DLLIST |
DLLIST.getPointer(long i) |
DLLIST |
DLLIST.next() |
DLLIST |
DLLIST.next(DLLIST setter) |
DLLIST |
DLLIST.position(long position) |
DLLIST |
DLLIST.prev() |
DLLIST |
DLLIST.prev(DLLIST setter) |
Modifier and Type | Method and Description |
---|---|
DLLIST |
DLLIST.next(DLLIST setter) |
DLLIST |
DLLIST.prev(DLLIST setter) |
Modifier and Type | Method and Description |
---|---|
static DLLIST |
lept.listFindElement(DLLIST head,
Pointer data) |
static DLLIST |
lept.listFindTail(DLLIST head) |
Modifier and Type | Method and Description |
---|---|
static int |
lept.listAddToHead(DLLIST phead,
Pointer data) |
static int |
lept.listAddToTail(DLLIST phead,
DLLIST ptail,
Pointer data) |
static void |
lept.listDestroy(DLLIST phead) |
static DLLIST |
lept.listFindElement(DLLIST head,
Pointer data) |
static DLLIST |
lept.listFindTail(DLLIST head) |
static int |
lept.listGetCount(DLLIST head) |
static int |
lept.listInsertAfter(DLLIST phead,
DLLIST elem,
Pointer data) |
static int |
lept.listInsertAfter(PointerPointer phead,
DLLIST elem,
Pointer data) |
static int |
lept.listInsertBefore(DLLIST phead,
DLLIST elem,
Pointer data) |
static int |
lept.listInsertBefore(PointerPointer phead,
DLLIST elem,
Pointer data) |
static int |
lept.listJoin(DLLIST phead1,
DLLIST phead2) |
static Pointer |
lept.listRemoveElement(DLLIST phead,
DLLIST elem) |
static Pointer |
lept.listRemoveElement(PointerPointer phead,
DLLIST elem) |
static Pointer |
lept.listRemoveFromHead(DLLIST phead) |
static Pointer |
lept.listRemoveFromTail(DLLIST phead,
DLLIST ptail) |
static int |
lept.listReverse(DLLIST phead) |
Copyright © 2021. All rights reserved.