GroupLayout, MemoryLayoutpublic sealed interface UnionLayout extends GroupLayout
MemoryLayout.PathElement
| Modifier and Type | Method | Description |
|---|---|---|
UnionLayout |
withByteAlignment |
Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes). |
UnionLayout |
withName |
Returns a memory layout with the same characteristics as this layout, but with the given name. |
UnionLayout |
withoutName() |
Returns a memory layout with the same characteristics as this layout, but with no name. |
memberLayouts
arrayElementVarHandle, byteAlignment, byteOffset, byteOffsetHandle, byteSize, equals, hashCode, name, scale, scaleHandle, select, sliceHandle, toString, varHandle
UnionLayout withName(String name)
withName in interface GroupLayout
withName in interface MemoryLayout
name - the layout nameUnionLayout withoutName()
withoutName in interface GroupLayout
withoutName in interface MemoryLayout
UnionLayout withByteAlignment(long byteAlignment)
withByteAlignment in interface GroupLayout
withByteAlignment in interface MemoryLayout
byteAlignment - the layout alignment constraint, expressed in bytesIllegalArgumentException - if byteAlignment is not a power of twoIllegalArgumentException - if byteAlignment is less than M, where M is the maximum alignment constraint in any of the member layouts associated with this group layout
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/foreign/UnionLayout.html