Uses of Class
com.kenai.jffi.internal.StubLoader.CPU
-
Packages that use StubLoader.CPU Package Description com.kenai.jffi.internal -
-
Uses of StubLoader.CPU in com.kenai.jffi.internal
Methods in com.kenai.jffi.internal that return StubLoader.CPU Modifier and Type Method Description static StubLoader.CPU
StubLoader. getCPU()
static StubLoader.CPU
StubLoader.CPU. valueOf(String name)
Returns the enum constant of this type with the specified name.static StubLoader.CPU[]
StubLoader.CPU. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-