Package | Description |
---|---|
org.netlib.utils |
Modifier and Type | Field and Description |
---|---|
static JNIMethods.OSType |
JNIMethods.OS
Stores the operating system the JVM is currently running on.
|
Modifier and Type | Method and Description |
---|---|
static JNIMethods.OSType |
JNIMethods.OSType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JNIMethods.OSType[] |
JNIMethods.OSType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|