@Name(value="L_Rbtree_Node") @Properties(inherit=leptonica.class) public class L_RBTREE_NODE extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
L_RBTREE_NODE()
Default native constructor.
|
L_RBTREE_NODE(long size)
Native array allocator.
|
L_RBTREE_NODE(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
color() |
L_RBTREE_NODE |
color(int setter) |
L_RBTREE_NODE |
getPointer(long i) |
RB_TYPE |
key() |
L_RBTREE_NODE |
key(RB_TYPE setter) |
L_RBTREE_NODE |
left() |
L_RBTREE_NODE |
left(L_RBTREE_NODE setter) |
L_RBTREE_NODE |
parent() |
L_RBTREE_NODE |
parent(L_RBTREE_NODE setter) |
L_RBTREE_NODE |
position(long position) |
L_RBTREE_NODE |
right() |
L_RBTREE_NODE |
right(L_RBTREE_NODE setter) |
RB_TYPE |
value() |
L_RBTREE_NODE |
value(RB_TYPE setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public L_RBTREE_NODE()
public L_RBTREE_NODE(long size)
Pointer.position(long)
.public L_RBTREE_NODE(Pointer p)
Pointer(Pointer)
.public L_RBTREE_NODE position(long position)
public L_RBTREE_NODE getPointer(long i)
getPointer
in class Pointer
public L_RBTREE_NODE key(RB_TYPE setter)
public L_RBTREE_NODE value(RB_TYPE setter)
public L_RBTREE_NODE left()
public L_RBTREE_NODE left(L_RBTREE_NODE setter)
public L_RBTREE_NODE right()
public L_RBTREE_NODE right(L_RBTREE_NODE setter)
public L_RBTREE_NODE parent()
public L_RBTREE_NODE parent(L_RBTREE_NODE setter)
public L_RBTREE_NODE color(int setter)
Copyright © 2023. All rights reserved.