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

C

carrier() - Method in interface java.lang.foreign.ValueLayoutPREVIEW
Returns the carrier associated with this value layout.
changeReturnLayout(MemoryLayout) - Method in interface java.lang.foreign.FunctionDescriptorPREVIEW
Returns a function descriptor with the given memory layout as the new return layout.
close() - Method in interface java.lang.foreign.ArenaPREVIEW
Closes this arena.
copy() - Method in interface java.lang.foreign.VaListPREVIEW
Copies this variable argument list at its current position into a new variable argument list associated with the same scope as this variable argument list.
copy(MemorySegment, long, MemorySegment, long, long) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Performs a bulk copy from source segment to destination segment.
copy(MemorySegment, ValueLayout, long, MemorySegment, ValueLayout, long, long) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Performs a bulk copy from source segment to destination segment.
copy(MemorySegment, ValueLayout, long, Object, int, int) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Copies a number of elements from a source memory segment to a destination array.
copy(Object, int, MemorySegment, ValueLayout, long, int) - Static method in interface java.lang.foreign.MemorySegmentPREVIEW
Copies a number of elements from a source array to a destination memory segment.
copyFrom(MemorySegment) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Performs a bulk copy from given source segment to this segment.
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