public class L_Hashitem
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
L_Hashitem.ByReference |
|
static class |
L_Hashitem.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
int |
count |
number of elements seen with this key
C type : l_int32 |
long |
key |
key is hashed into index into hashtab
C type : l_uint64 |
L_Hashitem.ByReference |
next |
ptr to the next in the list
C type : L_Hashitem* |
long |
val |
number stored associated with the key
C type : l_uint64 |
| Constructor | Description |
|---|---|
L_Hashitem() |
|
L_Hashitem(long key,
long val,
int count,
L_Hashitem.ByReference next) |
|
L_Hashitem(com.sun.jna.Pointer peer) |
| Modifier and Type | Method | 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 long key
public long val
public int count
public L_Hashitem.ByReference next
public L_Hashitem()
public L_Hashitem(long key,
long val,
int count,
L_Hashitem.ByReference next)
key - key is hashed into index into hashtabval - number stored associated with the keycount - number of elements seen with this keynext - ptr to the next in the listpublic L_Hashitem(com.sun.jna.Pointer peer)
Copyright © 2026. All rights reserved.