@Name(value="L_Hashmap") @Properties(inherit=leptonica.class) public class L_HASHMAP extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
L_HASHMAP()
Default native constructor.
|
L_HASHMAP(long size)
Native array allocator.
|
L_HASHMAP(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
L_HASHMAP |
getPointer(long i) |
PointerPointer |
hashtab() |
L_HASHITEM |
hashtab(int i)
array of hash item ptrs
|
L_HASHMAP |
hashtab(int i,
L_HASHITEM setter) |
L_HASHMAP |
hashtab(PointerPointer setter) |
int |
maxocc()
max average occupancy allowed
|
L_HASHMAP |
maxocc(int setter) |
int |
nitems()
number of stored items
|
L_HASHMAP |
nitems(int setter) |
int |
ntogo()
before resizing the hashmap
|
L_HASHMAP |
ntogo(int setter) |
L_HASHMAP |
position(long position) |
int |
tabsize()
size of array of hash item ptrs
|
L_HASHMAP |
tabsize(int 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_HASHMAP()
public L_HASHMAP(long size)
Pointer.position(long)
.public L_HASHMAP(Pointer p)
Pointer(Pointer)
.public L_HASHMAP getPointer(long i)
getPointer
in class Pointer
public L_HASHMAP nitems(int setter)
public L_HASHMAP ntogo(int setter)
public L_HASHMAP maxocc(int setter)
public L_HASHITEM hashtab(int i)
public L_HASHMAP hashtab(int i, L_HASHITEM setter)
@Cast(value="L_Hashitem**") public PointerPointer hashtab()
public L_HASHMAP hashtab(PointerPointer setter)
public L_HASHMAP tabsize(int setter)
Copyright © 2024. All rights reserved.