Uses of Enum Class
org.flag4j.io.MatrixMarketHeader.MMField
Packages that use MatrixMarketHeader.MMField
-
Uses of MatrixMarketHeader.MMField in org.flag4j.io
Subclasses with type arguments of type MatrixMarketHeader.MMField in org.flag4j.ioModifier and TypeClassDescriptionstatic enum
Enum containing valid field types in a Matrix Market file.Methods in org.flag4j.io that return MatrixMarketHeader.MMFieldModifier and TypeMethodDescriptionMatrixMarketHeader.field()
Returns the value of thefield
record component.static MatrixMarketHeader.MMField
Returns the enum constant of this class with the specified name.static MatrixMarketHeader.MMField[]
MatrixMarketHeader.MMField.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.flag4j.io with parameters of type MatrixMarketHeader.MMFieldModifierConstructorDescriptionMatrixMarketHeader
(MatrixMarketHeader.MMObject object, MatrixMarketHeader.MMFormat format, MatrixMarketHeader.MMField field, MatrixMarketHeader.MMSymmetry symmetry, String... comments) Creates an instance of aMatrixMarketHeader
record class.