Uses of Interface
org.ujmp.core.stringmatrix.StringMatrix2D

Packages that use StringMatrix2D
org.ujmp.core.interfaces   
org.ujmp.core.stringmatrix   
org.ujmp.core.stringmatrix.factory   
org.ujmp.core.stringmatrix.impl   
org.ujmp.core.stringmatrix.stub   
org.ujmp.core.util.matrices   
 

Uses of StringMatrix2D in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return StringMatrix2D
 StringMatrix2D Conversions2D.toStringMatrix()
           
 

Uses of StringMatrix2D in org.ujmp.core.stringmatrix
 

Subinterfaces of StringMatrix2D in org.ujmp.core.stringmatrix
 interface DenseStringMatrix2D
           
 interface SparseStringMatrix2D
           
 

Uses of StringMatrix2D in org.ujmp.core.stringmatrix.factory
 

Methods in org.ujmp.core.stringmatrix.factory that return StringMatrix2D
 StringMatrix2D StringMatrix2DFactory.dense(long... size)
           
 StringMatrix2D DefaultStringMatrix2DFactory.dense(long... size)
           
 StringMatrix2D StringMatrix2DFactory.dense(long rows, long columns)
           
 StringMatrix2D DefaultStringMatrix2DFactory.dense(long rows, long columns)
           
 StringMatrix2D AbstractStringMatrix2DFactory.dense(long rows, long columns)
           
 

Uses of StringMatrix2D in org.ujmp.core.stringmatrix.impl
 

Classes in org.ujmp.core.stringmatrix.impl that implement StringMatrix2D
 class CSVMatrix
           
 class DefaultDenseStringMatrix2D
           
 class FileListMatrix
           
 class SimpleDenseStringMatrix2D
           
 class SparseCSVMatrix
           
 

Uses of StringMatrix2D in org.ujmp.core.stringmatrix.stub
 

Classes in org.ujmp.core.stringmatrix.stub that implement StringMatrix2D
 class AbstractDenseStringMatrix2D
           
 class AbstractSparseStringMatrix2D
           
 

Uses of StringMatrix2D in org.ujmp.core.util.matrices
 

Classes in org.ujmp.core.util.matrices that implement StringMatrix2D
 class IrisMatrix
           
 class MatrixLibraries
           
 class UJMPPluginsMatrix
           
 



Copyright © 2010. All Rights Reserved.