Uses of Interface
org.ujmp.core.stringmatrix.factory.StringMatrixFactory
-
Packages that use StringMatrixFactory Package Description org.ujmp.core.stringmatrix.factory -
-
Uses of StringMatrixFactory in org.ujmp.core.stringmatrix.factory
Subinterfaces of StringMatrixFactory in org.ujmp.core.stringmatrix.factory Modifier and Type Interface Description interface
DenseStringMatrix2DFactory<T extends DenseStringMatrix2D>
interface
DenseStringMatrixFactory<T extends DenseStringMatrix>
interface
SparseStringMatrixFactory<T extends SparseStringMatrix>
interface
StringMatrix2DFactory<T extends StringMatrix2D>
Classes in org.ujmp.core.stringmatrix.factory that implement StringMatrixFactory Modifier and Type Class Description class
AbstractDenseStringMatrix2DFactory<T extends DenseStringMatrix2D>
class
AbstractStringMatrix2DFactory
class
DefaultDenseStringMatrix2DFactory
class
DefaultStringMatrix2DFactory
-