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

J

JAVA_BOOLEAN - Static variable in class java.lang.foreign.ValueLayoutPREVIEW
A value layout constant whose size is the same as that of a Java boolean, bit alignment set to 8, and byte order set to ByteOrder.nativeOrder().
JAVA_BYTE - Static variable in class java.lang.foreign.ValueLayoutPREVIEW
A value layout constant whose size is the same as that of a Java byte, bit alignment set to 8, and byte order set to ByteOrder.nativeOrder().
JAVA_CHAR - Static variable in class java.lang.foreign.ValueLayoutPREVIEW
A value layout constant whose size is the same as that of a Java char, bit alignment set to 16, and byte order set to ByteOrder.nativeOrder().
JAVA_DOUBLE - Static variable in class java.lang.foreign.ValueLayoutPREVIEW
A value layout constant whose size is the same as that of a Java double, bit alignment set to 64, and byte order set to ByteOrder.nativeOrder().
JAVA_FLOAT - Static variable in class java.lang.foreign.ValueLayoutPREVIEW
A value layout constant whose size is the same as that of a Java float, bit alignment set to 32, and byte order set to ByteOrder.nativeOrder().
JAVA_INT - Static variable in class java.lang.foreign.ValueLayoutPREVIEW
A value layout constant whose size is the same as that of a Java int, bit alignment set to 32, and byte order set to ByteOrder.nativeOrder().
JAVA_LONG - Static variable in class java.lang.foreign.ValueLayoutPREVIEW
A value layout constant whose size is the same as that of a Java long, bit alignment set to 64, and byte order set to ByteOrder.nativeOrder().
JAVA_SHORT - Static variable in class java.lang.foreign.ValueLayoutPREVIEW
A value layout constant whose size is the same as that of a Java short, bit alignment set to 16, and byte order set to ByteOrder.nativeOrder().
java.base - module java.base
Defines the foundational APIs of the Java SE Platform.
java.lang.foreign - package java.lang.foreign
Provides low-level access to memory and functions outside the Java runtime.
jrt - Search tag in module java.base
jrt
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