Uses of Enum Class
org.flag4j.io.MatrixMarketHeader.MMField
-
Uses of MatrixMarketHeader.MMField in org.flag4j.io
Modifier and TypeClassDescriptionstatic enum
Enum containing valid field types in a Matrix Market file.Modifier 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.ModifierConstructorDescriptionMatrixMarketHeader
(MatrixMarketHeader.MMObject object, MatrixMarketHeader.MMFormat format, MatrixMarketHeader.MMField field, MatrixMarketHeader.MMSymmetry symmetry, String... comments) Creates an instance of aMatrixMarketHeader
record class.