Uses of Interface
java.lang.foreign.SequenceLayout
Package
Description
Provides low-level access to memory and functions outside the Java runtime.
-
Uses of SequenceLayoutPREVIEW in java.lang.foreign
Modifier and TypeMethodDescriptionSequenceLayout.flatten()
Returns a flattened sequence layout.SequenceLayout.reshape
(long... elementCounts) Re-arrange the elements in this sequence layout into a multi-dimensional sequence layout.static SequenceLayoutPREVIEW
MemoryLayout.sequenceLayout
(long elementCount, MemoryLayoutPREVIEW elementLayout) Creates a sequence layout with the given element layout and element count.static SequenceLayoutPREVIEW
MemoryLayout.sequenceLayout
(MemoryLayoutPREVIEW elementLayout) Creates a sequence layout with the given element layout and the maximum element count such that it does not overflow along
.SequenceLayout.withBitAlignment
(long bitAlignment) SequenceLayout.withElementCount
(long elementCount) Returns a sequence layout with the same element layout, alignment constraint and name as this sequence layout, but with the specified element count.