Uses of Class
org.netlib.utils.JNIMethods.ARCHType

Packages that use JNIMethods.ARCHType
org.netlib.utils   
 

Uses of JNIMethods.ARCHType in org.netlib.utils
 

Fields in org.netlib.utils declared as JNIMethods.ARCHType
static JNIMethods.ARCHType JNIMethods.ARCH
          Stores the CPU Architecture the JVM is currently running on.
 

Methods in org.netlib.utils that return JNIMethods.ARCHType
static JNIMethods.ARCHType JNIMethods.ARCHType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JNIMethods.ARCHType[] JNIMethods.ARCHType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.