Uses of Enum Class
org.flag4j.io.MatrixMarketHeader.MMObject
Packages that use MatrixMarketHeader.MMObject
-
Uses of MatrixMarketHeader.MMObject in org.flag4j.io
Subclasses with type arguments of type MatrixMarketHeader.MMObject in org.flag4j.ioModifier and TypeClassDescriptionstatic enum
Enum containing valid object types in a Matrix Market file.Methods in org.flag4j.io that return MatrixMarketHeader.MMObjectModifier and TypeMethodDescriptionMatrixMarketHeader.object()
Returns the value of theobject
record component.static MatrixMarketHeader.MMObject
Returns the enum constant of this class with the specified name.static MatrixMarketHeader.MMObject[]
MatrixMarketHeader.MMObject.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.MMObjectModifierConstructorDescriptionMatrixMarketHeader
(MatrixMarketHeader.MMObject object, MatrixMarketHeader.MMFormat format, MatrixMarketHeader.MMField field, MatrixMarketHeader.MMSymmetry symmetry, String... comments) Creates an instance of aMatrixMarketHeader
record class.