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

V

VaListPREVIEW - Interface in java.lang.foreign
Helper class to create and manipulate variable argument lists, similar in functionality to a C va_list.
VaList.BuilderPREVIEW - Interface in java.lang.foreign
A builder used to construct a variable argument listPREVIEW.
valueLayout(Class<?>, ByteOrder) - Static method in interface java.lang.foreign.MemoryLayoutPREVIEW
Creates a value layout of given Java carrier and byte order.
ValueLayoutPREVIEW - Interface in java.lang.foreign
A value layout.
ValueLayout.OfAddressPREVIEW - Interface in java.lang.foreign
A value layout whose carrier is MemorySegment.class.
ValueLayout.OfBooleanPREVIEW - Interface in java.lang.foreign
A value layout whose carrier is boolean.class.
ValueLayout.OfBytePREVIEW - Interface in java.lang.foreign
A value layout whose carrier is byte.class.
ValueLayout.OfCharPREVIEW - Interface in java.lang.foreign
A value layout whose carrier is char.class.
ValueLayout.OfDoublePREVIEW - Interface in java.lang.foreign
A value layout whose carrier is double.class.
ValueLayout.OfFloatPREVIEW - Interface in java.lang.foreign
A value layout whose carrier is float.class.
ValueLayout.OfIntPREVIEW - Interface in java.lang.foreign
A value layout whose carrier is int.class.
ValueLayout.OfLongPREVIEW - Interface in java.lang.foreign
A value layout whose carrier is long.class.
ValueLayout.OfShortPREVIEW - Interface in java.lang.foreign
A value layout whose carrier is short.class.
varHandle(MemoryLayout.PathElement...) - Method in interface java.lang.foreign.MemoryLayoutPREVIEW
Creates a var handle that can be used to access a memory segment at the layout selected by the given layout path, where the path is considered rooted in this layout.
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