Uses of Class
jdk.incubator.foreign.SequenceLayout
| Package | Description | 
|---|---|
| jdk.incubator.foreign |  Classes to support low-level, safe and efficient memory access. | 
- 
Uses of SequenceLayout in jdk.incubator.foreignMethods in jdk.incubator.foreign that return SequenceLayout Modifier and Type Method Description static SequenceLayoutMemoryLayout. ofSequence(long elementCount, MemoryLayout elementLayout)Create a new sequence layout with given element layout and element count.static SequenceLayoutMemoryLayout. ofSequence(MemoryLayout elementLayout)Create a new sequence layout, with unbounded element count and given element layout.SequenceLayoutSequenceLayout. withBitAlignment(long alignmentBits)Creates a new layout which features the desired alignment constraint.SequenceLayoutSequenceLayout. 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.SequenceLayoutSequenceLayout. 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 SequenceLayout Modifier and Type Method Description Optional<DynamicConstantDesc<SequenceLayout>>SequenceLayout. describeConstable()