Uses of Class
org.ojalgo.array.PrimitiveSubtype
-
Packages that use PrimitiveSubtype Package Description org.ojalgo.array -
-
Uses of PrimitiveSubtype in org.ojalgo.array
Methods in org.ojalgo.array that return PrimitiveSubtype Modifier and Type Method Description static PrimitiveSubtype
PrimitiveSubtype. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PrimitiveSubtype[]
PrimitiveSubtype. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-