Package | Description |
---|---|
com.kenai.jffi |
Modifier and Type | Field and Description |
---|---|
static Platform.CPU |
Platform.ArchHolder.cpu |
Modifier and Type | Method and Description |
---|---|
private static Platform.CPU |
Platform.ArchHolder.determineCPU()
Determines the CPU architecture the JVM is running on.
|
Platform.CPU |
Platform.getCPU()
Gets the current processor architecture the JVM is running on.
|
static Platform.CPU |
Platform.CPU.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Platform.CPU[] |
Platform.CPU.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|