public class L_Hashmap
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
L_Hashmap.ByReference |
static class |
L_Hashmap.ByValue |
| Modifier and Type | Field and Description |
|---|---|
L_Hashitem.ByReference[] |
hashtab
array of hash item ptrs
C type : L_Hashitem** |
int |
maxocc
max average occupancy allowed
C type : l_int32 |
int |
nitems
number of stored items
C type : l_int32 |
int |
ntogo
number of items to be stored
C type : l_int32 |
int |
tabsize
size of array of hash item ptrs
C type : l_int32 |
| Constructor and Description |
|---|
L_Hashmap() |
L_Hashmap(int nitems,
int ntogo,
int maxocc,
L_Hashitem.ByReference[] hashtab,
int tabsize) |
L_Hashmap(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int nitems
public int ntogo
public int maxocc
public L_Hashitem.ByReference[] hashtab
public int tabsize
public L_Hashmap()
public L_Hashmap(int nitems,
int ntogo,
int maxocc,
L_Hashitem.ByReference[] hashtab,
int tabsize)
nitems - number of stored itemsntogo - number of items to be storedmaxocc - max average occupancy allowedhashtab - array of hash item ptrstabsize - size of array of hash item ptrspublic L_Hashmap(com.sun.jna.Pointer peer)
Copyright © 2024. All rights reserved.