Package | Description |
---|---|
org.netlib.utils |
Modifier and Type | Field and Description |
---|---|
static JNIMethods.ARCHType |
JNIMethods.ARCH
Stores the CPU Architecture the JVM is currently running on.
|
Modifier and Type | Method and 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.
|