![JAR search and dependency download from the Maven repository](/logo.png)
dds.constants$3 Maven / Gradle / Ivy
// Generated by jextract
package dds;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.VarHandle;
import java.nio.ByteOrder;
import java.lang.foreign.*;
import static java.lang.foreign.ValueLayout.*;
final class constants$3 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$3() {}
static final StructLayout const$0 = MemoryLayout.structLayout(
MemoryLayout.sequenceLayout(80, JAVA_BYTE).withName("cards")
).withName("ddTableDealPBN");
static final StructLayout const$1 = MemoryLayout.structLayout(
JAVA_INT.withName("noOfTables"),
MemoryLayout.sequenceLayout(200, MemoryLayout.structLayout(
MemoryLayout.sequenceLayout(80, JAVA_BYTE).withName("cards")
).withName("ddTableDealPBN")).withName("deals")
).withName("ddTableDealsPBN");
static final VarHandle const$2 = constants$3.const$1.varHandle(MemoryLayout.PathElement.groupElement("noOfTables"));
static final StructLayout const$3 = MemoryLayout.structLayout(
MemoryLayout.sequenceLayout(5, MemoryLayout.sequenceLayout(4, JAVA_INT)).withName("resTable")
).withName("ddTableResults");
static final StructLayout const$4 = MemoryLayout.structLayout(
JAVA_INT.withName("noOfBoards"),
MemoryLayout.sequenceLayout(200, MemoryLayout.structLayout(
MemoryLayout.sequenceLayout(5, MemoryLayout.sequenceLayout(4, JAVA_INT)).withName("resTable")
).withName("ddTableResults")).withName("results")
).withName("ddTablesRes");
static final VarHandle const$5 = constants$3.const$4.varHandle(MemoryLayout.PathElement.groupElement("noOfBoards"));
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy