Uses of Enum Class
com.kenai.jffi.internal.StubLoader.CPU
Packages that use StubLoader.CPU
-
Uses of StubLoader.CPU in com.kenai.jffi.internal
Fields in com.kenai.jffi.internal declared as StubLoader.CPUMethods in com.kenai.jffi.internal that return StubLoader.CPUModifier and TypeMethodDescriptionprivate static StubLoader.CPU
StubLoader.determineCPU()
Determines the CPU architecture the JVM is running on.static StubLoader.CPU
StubLoader.getCPU()
static StubLoader.CPU
Returns the enum constant of this class with the specified name.static StubLoader.CPU[]
StubLoader.CPU.values()
Returns an array containing the constants of this enum class, in the order they are declared.