Uses of Class
jdk.incubator.foreign.GroupLayout
| Package | Description | 
|---|---|
| jdk.incubator.foreign |  Classes to support low-level, safe and efficient memory access. | 
- 
Uses of GroupLayout in jdk.incubator.foreignMethods in jdk.incubator.foreign that return GroupLayout Modifier and Type Method Description static GroupLayoutMemoryLayout. ofStruct(MemoryLayout... elements)Create a new struct group layout with given member layouts.static GroupLayoutMemoryLayout. ofUnion(MemoryLayout... elements)Create a new union group layout with given member layouts.GroupLayoutGroupLayout. withBitAlignment(long alignmentBits)Creates a new layout which features the desired alignment constraint.GroupLayoutGroupLayout. withName(String name)Creates a new layout which features the desired layout name.Methods in jdk.incubator.foreign that return types with arguments of type GroupLayout Modifier and Type Method Description Optional<DynamicConstantDesc<GroupLayout>>GroupLayout. describeConstable()