Uses of Class
com.kenai.jffi.Platform.CPU
-
Packages that use Platform.CPU Package Description com.kenai.jffi -
-
Uses of Platform.CPU in com.kenai.jffi
Fields in com.kenai.jffi declared as Platform.CPU Modifier and Type Field Description static Platform.CPUPlatform.ArchHolder. cpuMethods in com.kenai.jffi that return Platform.CPU Modifier and Type Method Description private static Platform.CPUPlatform.ArchHolder. determineCPU()Determines the CPU architecture the JVM is running on.Platform.CPUPlatform. getCPU()Gets the current processor architecture the JVM is running on.static Platform.CPUPlatform.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.
-