Uses of Interface
org.ujmp.core.objectmatrix.factory.SparseObjectMatrixFactory

Packages that use SparseObjectMatrixFactory
org.ujmp.core.bigintegermatrix.stub   
org.ujmp.core.booleanmatrix.stub   
org.ujmp.core.bytematrix.stub   
org.ujmp.core.objectmatrix   
org.ujmp.core.objectmatrix.factory   
org.ujmp.core.objectmatrix.impl   
org.ujmp.core.objectmatrix.stub   
 

Uses of SparseObjectMatrixFactory in org.ujmp.core.bigintegermatrix.stub
 

Methods in org.ujmp.core.bigintegermatrix.stub that return SparseObjectMatrixFactory
 SparseObjectMatrixFactory AbstractSparseBigIntegerMatrix.getFactory()
           
 

Uses of SparseObjectMatrixFactory in org.ujmp.core.booleanmatrix.stub
 

Methods in org.ujmp.core.booleanmatrix.stub that return SparseObjectMatrixFactory
 SparseObjectMatrixFactory AbstractSparseBooleanMatrix.getFactory()
           
 

Uses of SparseObjectMatrixFactory in org.ujmp.core.bytematrix.stub
 

Methods in org.ujmp.core.bytematrix.stub that return SparseObjectMatrixFactory
 SparseObjectMatrixFactory AbstractSparseByteMatrix.getFactory()
           
 

Uses of SparseObjectMatrixFactory in org.ujmp.core.objectmatrix
 

Methods in org.ujmp.core.objectmatrix that return SparseObjectMatrixFactory
 SparseObjectMatrixFactory SparseObjectMatrix.getFactory()
           
 

Uses of SparseObjectMatrixFactory in org.ujmp.core.objectmatrix.factory
 

Subinterfaces of SparseObjectMatrixFactory in org.ujmp.core.objectmatrix.factory
 interface SparseObjectMatrix2DFactory
           
 

Classes in org.ujmp.core.objectmatrix.factory that implement SparseObjectMatrixFactory
 class DefaultSparseObjectMatrix2DFactory
           
 class DefaultSparseObjectMatrixFactory
           
 

Uses of SparseObjectMatrixFactory in org.ujmp.core.objectmatrix.impl
 

Fields in org.ujmp.core.objectmatrix.impl declared as SparseObjectMatrixFactory
static SparseObjectMatrixFactory DefaultSparseObjectMatrix.factory
           
 

Methods in org.ujmp.core.objectmatrix.impl that return SparseObjectMatrixFactory
 SparseObjectMatrixFactory DefaultSparseObjectMatrix.getFactory()
           
 

Uses of SparseObjectMatrixFactory in org.ujmp.core.objectmatrix.stub
 

Fields in org.ujmp.core.objectmatrix.stub declared as SparseObjectMatrixFactory
static SparseObjectMatrixFactory AbstractSparseObjectMatrix.factory
           
 

Methods in org.ujmp.core.objectmatrix.stub that return SparseObjectMatrixFactory
 SparseObjectMatrixFactory AbstractSparseObjectMatrix.getFactory()
           
 



Copyright © 2010. All Rights Reserved.