public class DoubleLinkedList
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DoubleLinkedList.ByReference |
|
static class |
DoubleLinkedList.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
com.sun.jna.Pointer |
data |
C type : void*
|
DoubleLinkedList.ByReference |
next |
C type : DoubleLinkedList*
|
DoubleLinkedList.ByReference |
prev |
C type : DoubleLinkedList*
|
| Constructor | Description |
|---|---|
DoubleLinkedList() |
|
DoubleLinkedList(DoubleLinkedList.ByReference prev,
DoubleLinkedList.ByReference next,
com.sun.jna.Pointer data) |
|
DoubleLinkedList(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 DoubleLinkedList.ByReference prev
public DoubleLinkedList.ByReference next
public com.sun.jna.Pointer data
public DoubleLinkedList()
public DoubleLinkedList(DoubleLinkedList.ByReference prev, DoubleLinkedList.ByReference next, com.sun.jna.Pointer data)
prev - C type : DoubleLinkedList*next - C type : DoubleLinkedList*data - C type : void*public DoubleLinkedList(com.sun.jna.Pointer peer)
Copyright © 2026. All rights reserved.