Uses of Class
com.lambdaworks.jni.Platform.Arch
-
Packages that use Platform.Arch Package Description com.lambdaworks.jni -
-
Uses of Platform.Arch in com.lambdaworks.jni
Fields in com.lambdaworks.jni declared as Platform.Arch Modifier and Type Field Description Platform.Arch
Platform. arch
Methods in com.lambdaworks.jni that return Platform.Arch Modifier and Type Method Description static Platform.Arch
Platform.Arch. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Platform.Arch[]
Platform.Arch. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.lambdaworks.jni with parameters of type Platform.Arch Constructor Description Platform(Platform.Arch arch, Platform.OS os)
-