Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages

O

of(MemoryLayout, MemoryLayout...) - Static method in interface java.lang.foreign.FunctionDescriptorPREVIEW
Creates a function descriptor with the given return and argument layouts.
ofAddress(long) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Creates a zero-length native segment from the given address valuePREVIEW.
ofAddress(long, long) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Creates a native segment with the given size and address valuePREVIEW.
ofAddress(long, long, SegmentScope) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Creates a native segment with the given size, address, and scope.
ofAddress(long, long, SegmentScope, Runnable) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Creates a native segment with the given size, address, and scope.
ofAddress(long, SegmentScope) - Static method in interface java.lang.foreign.VaListPREVIEW
Creates a variable argument list from the give address value and scope.
ofArray(byte[]) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Creates a heap segment backed by the on-heap region of memory that holds the given byte array.
ofArray(char[]) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Creates a heap segment backed by the on-heap region of memory that holds the given char array.
ofArray(double[]) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Creates a heap segment backed by the on-heap region of memory that holds the given double array.
ofArray(float[]) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Creates a heap segment backed by the on-heap region of memory that holds the given float array.
ofArray(int[]) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Creates a heap segment backed by the on-heap region of memory that holds the given int array.
ofArray(long[]) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Creates a heap segment backed by the on-heap region of memory that holds the given long array.
ofArray(short[]) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Creates a heap segment backed by the on-heap region of memory that holds the given short array.
ofBuffer(Buffer) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Creates a memory segment that is backed by the same region of memory that backs the given Buffer instance.
ofVoid(MemoryLayout...) - Static method in interface java.lang.foreign.FunctionDescriptorPREVIEW
Creates a function descriptor with the given argument layouts and no return layout.
openConfined() - Static method in interface java.lang.foreign.ArenaPREVIEW
Returns a new confined arena.
openShared() - Static method in interface java.lang.foreign.ArenaPREVIEW
Returns a new shared arena.
order() - Method in interface java.lang.foreign.ValueLayoutPREVIEW
Returns the value's byte order.
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages