@Name(value="L_Hashitem") @Properties(inherit=leptonica.class) public class L_HASHITEM extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
L_HASHITEM()
Default native constructor.
|
L_HASHITEM(long size)
Native array allocator.
|
L_HASHITEM(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
count()
number of elements seen with this key
|
L_HASHITEM |
count(int setter) |
L_HASHITEM |
getPointer(long i) |
long |
key()
key is hashed into index into hashtab
|
L_HASHITEM |
key(long setter) |
L_HASHITEM |
next()
ptr to the next in the list
|
L_HASHITEM |
next(L_HASHITEM setter) |
L_HASHITEM |
position(long position) |
long |
val()
number stored associated with the key
|
L_HASHITEM |
val(long 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_HASHITEM()
public L_HASHITEM(long size)
Pointer.position(long)
.public L_HASHITEM(Pointer p)
Pointer(Pointer)
.public L_HASHITEM position(long position)
public L_HASHITEM getPointer(long i)
getPointer
in class Pointer
public L_HASHITEM key(long setter)
public L_HASHITEM val(long setter)
public L_HASHITEM count(int setter)
public L_HASHITEM next()
public L_HASHITEM next(L_HASHITEM setter)
Copyright © 2024. All rights reserved.