Uses of Class
org.netlib.utils.JNIMethods.ARCHType
-
-
Uses of JNIMethods.ARCHType in org.netlib.utils
Fields in org.netlib.utils declared as JNIMethods.ARCHType Modifier and Type Field Description static JNIMethods.ARCHType
JNIMethods. ARCH
Stores the CPU Architecture the JVM is currently running on.Methods in org.netlib.utils that return JNIMethods.ARCHType Modifier and Type Method Description static JNIMethods.ARCHType
JNIMethods.ARCHType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JNIMethods.ARCHType[]
JNIMethods.ARCHType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-