public class L_DnaHash
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
L_DnaHash.ByReference |
|
static class |
L_DnaHash.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
com.sun.jna.ptr.DoubleByReference |
dna |
array of L_Dna
C type : L_Dna** |
int |
initsize |
initial size of each dna that is made
C type : l_int32 |
int |
nbuckets |
C type : l_int32
|
| Constructor | Description |
|---|---|
L_DnaHash() |
|
L_DnaHash(int nbuckets,
int initsize,
com.sun.jna.ptr.DoubleByReference dna) |
|
L_DnaHash(com.sun.jna.Pointer peer) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
Gets this Structure's field names in their proper order.
|
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 nbuckets
public int initsize
public com.sun.jna.ptr.DoubleByReference dna
public L_DnaHash()
public L_DnaHash(int nbuckets,
int initsize,
com.sun.jna.ptr.DoubleByReference dna)
nbuckets - C type : l_int32initsize - initial size of each dna that is madedna - array of L_Dnapublic L_DnaHash(com.sun.jna.Pointer peer)
Copyright © 2026. All rights reserved.