Uses of Class
jdk.incubator.foreign.SequenceLayout
Packages that use SequenceLayout
Package
Description
 Classes to support low-level and efficient foreign memory/function access, directly from Java.
- 
Uses of SequenceLayout in jdk.incubator.foreignMethods in jdk.incubator.foreign that return SequenceLayoutModifier and TypeMethodDescriptionSequenceLayout.flatten()Returns a new, flattened sequence layout whose element layout is the first non-sequence element layout found by recursively traversing the element layouts of this sequence layout.SequenceLayout.reshape(long... elementCounts) Returns a new sequence layout where element layouts in the flattened projection of this sequence layout (seeflatten()) are re-arranged into one or more nested sequence layouts according to the provided element counts.static SequenceLayoutMemoryLayout.sequenceLayout(long elementCount, MemoryLayout elementLayout) Create a new sequence layout with given element layout and element count.static SequenceLayoutMemoryLayout.sequenceLayout(MemoryLayout elementLayout) Create a new sequence layout, with unbounded element count and given element layout.SequenceLayout.withBitAlignment(long alignmentBits) Creates a new layout which features the desired alignment constraint.SequenceLayout.withElementCount(long elementCount) Obtains a new sequence layout with same element layout, alignment constraints and name as this sequence layout but with the new specified element count.Creates a new layout which features the desired layout name.Methods in jdk.incubator.foreign that return types with arguments of type SequenceLayout