Uses of Enum
com.kenai.jffi.Platform.CPU
Packages that use Platform.CPU
-
Uses of Platform.CPU in com.kenai.jffi
Subclasses with type arguments of type Platform.CPU in com.kenai.jffiFields in com.kenai.jffi declared as Platform.CPUMethods in com.kenai.jffi that return Platform.CPUModifier and TypeMethodDescriptionprivate static Platform.CPUPlatform.ArchHolder.determineCPU()Determines the CPU architecture the JVM is running on.final Platform.CPUPlatform.getCPU()Gets the current processor architecture the JVM is running on.static Platform.CPUReturns 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.