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

Packages that use SparseObjectMatrix2DFactory
org.ujmp.core.bigdecimalmatrix.stub   
org.ujmp.core.bigintegermatrix.stub   
org.ujmp.core.booleanmatrix.stub   
org.ujmp.core.bytematrix.stub   
org.ujmp.core.charmatrix.stub   
org.ujmp.core.datematrix.stub   
org.ujmp.core.floatmatrix.stub   
org.ujmp.core.genericmatrix.stub   
org.ujmp.core.graphmatrix   
org.ujmp.core.intmatrix.stub   
org.ujmp.core.longmatrix.stub   
org.ujmp.core.objectmatrix   
org.ujmp.core.objectmatrix.factory   
org.ujmp.core.objectmatrix.stub   
org.ujmp.core.shortmatrix.stub   
org.ujmp.core.stringmatrix.stub   
 

Uses of SparseObjectMatrix2DFactory in org.ujmp.core.bigdecimalmatrix.stub
 

Methods in org.ujmp.core.bigdecimalmatrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseBigDecimalMatrix.getFactory()
           
 

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

Methods in org.ujmp.core.bigintegermatrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseBigIntegerMatrix2D.getFactory()
           
 

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

Methods in org.ujmp.core.booleanmatrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseBooleanMatrix2D.getFactory()
           
 

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

Methods in org.ujmp.core.bytematrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseByteMatrix2D.getFactory()
           
 

Uses of SparseObjectMatrix2DFactory in org.ujmp.core.charmatrix.stub
 

Methods in org.ujmp.core.charmatrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseCharMatrix.getFactory()
           
 

Uses of SparseObjectMatrix2DFactory in org.ujmp.core.datematrix.stub
 

Fields in org.ujmp.core.datematrix.stub declared as SparseObjectMatrix2DFactory
static SparseObjectMatrix2DFactory AbstractSparseDateMatrix2D.factory
           
 

Methods in org.ujmp.core.datematrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseDateMatrix2D.getFactory()
           
 

Uses of SparseObjectMatrix2DFactory in org.ujmp.core.floatmatrix.stub
 

Methods in org.ujmp.core.floatmatrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseFloatMatrix.getFactory()
           
 

Uses of SparseObjectMatrix2DFactory in org.ujmp.core.genericmatrix.stub
 

Methods in org.ujmp.core.genericmatrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseGenericMatrix2D.getFactory()
           
 

Uses of SparseObjectMatrix2DFactory in org.ujmp.core.graphmatrix
 

Methods in org.ujmp.core.graphmatrix that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractGraphMatrix.getFactory()
           
 

Uses of SparseObjectMatrix2DFactory in org.ujmp.core.intmatrix.stub
 

Methods in org.ujmp.core.intmatrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseIntMatrix.getFactory()
           
 

Uses of SparseObjectMatrix2DFactory in org.ujmp.core.longmatrix.stub
 

Methods in org.ujmp.core.longmatrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseLongMatrix.getFactory()
           
 

Uses of SparseObjectMatrix2DFactory in org.ujmp.core.objectmatrix
 

Fields in org.ujmp.core.objectmatrix declared as SparseObjectMatrix2DFactory
static SparseObjectMatrix2DFactory SparseObjectMatrix2D.factory
           
 

Methods in org.ujmp.core.objectmatrix that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory SparseObjectMatrix2D.getFactory()
           
 

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

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

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

Fields in org.ujmp.core.objectmatrix.stub declared as SparseObjectMatrix2DFactory
static SparseObjectMatrix2DFactory AbstractSparseObjectMatrix2D.factory
           
 

Methods in org.ujmp.core.objectmatrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseObjectMatrix2D.getFactory()
           
 

Uses of SparseObjectMatrix2DFactory in org.ujmp.core.shortmatrix.stub
 

Methods in org.ujmp.core.shortmatrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseShortMatrix.getFactory()
           
 

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

Methods in org.ujmp.core.stringmatrix.stub that return SparseObjectMatrix2DFactory
 SparseObjectMatrix2DFactory AbstractSparseStringMatrix.getFactory()
           
 



Copyright © 2010. All Rights Reserved.