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