Uses of Enum Class
org.ojalgo.machine.JavaType
Packages that use JavaType
-
Uses of JavaType in org.ojalgo.machine
Subclasses with type arguments of type JavaType in org.ojalgo.machineModifier and TypeClassDescriptionenumB byte signed byte C char Unicode character code point in the Basic Multilingual Plane, encoded with UTF-16 D double double-precision floating-point value F float single-precision floating-point value I int integer J long long integer L ClassName ; reference an instance of class ClassName S short signed short Z boolean true or false [ reference one array dimensionMethods in org.ojalgo.machine that return JavaTypeModifier and TypeMethodDescriptionstatic final JavaTypestatic JavaTypeReturns the enum constant of this class with the specified name.static JavaType[]JavaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.machine with parameters of type JavaType -
Uses of JavaType in org.ojalgo.type.math
Fields in org.ojalgo.type.math declared as JavaTypeMethods in org.ojalgo.type.math that return JavaTypeConstructors in org.ojalgo.type.math with parameters of type JavaType