Uses of Interface
org.ujmp.core.objectmatrix.ObjectMatrix2D
-
-
Uses of ObjectMatrix2D in org.ujmp.core.benchmark
Classes in org.ujmp.core.benchmark that implement ObjectMatrix2D Modifier and Type Class Description class
BenchmarkConfig
-
Uses of ObjectMatrix2D in org.ujmp.core.filematrix
Classes in org.ujmp.core.filematrix that implement ObjectMatrix2D Modifier and Type Class Description class
FileMatrix
class
ZipEntryMatrix
-
Uses of ObjectMatrix2D in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return ObjectMatrix2D Modifier and Type Method Description ObjectMatrix2D
Conversions2D. toObjectMatrix()
-
Uses of ObjectMatrix2D in org.ujmp.core.mapmatrix
Classes in org.ujmp.core.mapmatrix that implement ObjectMatrix2D Modifier and Type Class Description class
AbstractMapMatrix<K,V>
class
DefaultMapMatrix<K,V>
-
Uses of ObjectMatrix2D in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return ObjectMatrix2D Modifier and Type Method Description ObjectMatrix2D
AbstractMatrixFactory. linkToJDBC(java.lang.String url, java.lang.String sqlStatement, java.lang.String username, java.lang.String password)
ObjectMatrix2D
AbstractMatrixFactory. linkToJDBC(java.sql.Connection connection, java.lang.String sqlStatement)
ObjectMatrix2D
AbstractMatrixFactory. linkToJDBC(DBType type, java.lang.String host, int port, java.lang.String database, java.lang.String sqlStatement, java.lang.String username, java.lang.String password)
-
Uses of ObjectMatrix2D in org.ujmp.core.objectmatrix
Subinterfaces of ObjectMatrix2D in org.ujmp.core.objectmatrix Modifier and Type Interface Description interface
DenseObjectMatrix2D
interface
ObjectMatrix
interface
SparseObjectMatrix2D
-
Uses of ObjectMatrix2D in org.ujmp.core.objectmatrix.calculation
Classes in org.ujmp.core.objectmatrix.calculation that implement ObjectMatrix2D Modifier and Type Class Description class
WelcomeMatrix
-
Uses of ObjectMatrix2D in org.ujmp.core.objectmatrix.factory
Classes in org.ujmp.core.objectmatrix.factory with type parameters of type ObjectMatrix2D Modifier and Type Interface Description interface
ObjectMatrix2DFactory<T extends ObjectMatrix2D>
-
Uses of ObjectMatrix2D in org.ujmp.core.objectmatrix.impl
Classes in org.ujmp.core.objectmatrix.impl that implement ObjectMatrix2D Modifier and Type Class Description class
ArrayDenseObjectMatrix2D
class
BufferedObjectMatrix
class
DefaultDenseObjectMatrix2D
class
DefaultDenseObjectMatrixMultiD
class
DefaultSparseColumnObjectMatrix2D
class
DefaultSparseRowObjectMatrix2D
class
DefaultTiledObjectMatrix2D
class
EmptyMatrix
class
ObjectCalculationMatrix
class
RemoteObjectMatrixUDP
class
SerializedSparseObjectMatrix
class
ServerObjectMatrixUDP
class
VolatileSparseObjectMatrix
-
Uses of ObjectMatrix2D in org.ujmp.core.objectmatrix.stub
Classes in org.ujmp.core.objectmatrix.stub that implement ObjectMatrix2D Modifier and Type Class Description class
AbstractDenseObjectMatrix
class
AbstractDenseObjectMatrix2D
class
AbstractMapToSparseMatrixWrapper
class
AbstractMapToTiledMatrix2DWrapper
class
AbstractObjectMatrix
class
AbstractSparseObjectMatrix
class
AbstractSparseObjectMatrix2D
Fields in org.ujmp.core.objectmatrix.stub with type parameters of type ObjectMatrix2D Modifier and Type Field Description private java.util.Map<Coordinates,ObjectMatrix2D>
AbstractMapToTiledMatrix2DWrapper. values
Methods in org.ujmp.core.objectmatrix.stub that return types with arguments of type ObjectMatrix2D Modifier and Type Method Description java.util.Map<Coordinates,ObjectMatrix2D>
AbstractMapToTiledMatrix2DWrapper. getMap()
java.util.Map<Coordinates,ObjectMatrix2D>
AbstractMapToTiledMatrix2DWrapper. getWrappedObject()
Method parameters in org.ujmp.core.objectmatrix.stub with type arguments of type ObjectMatrix2D Modifier and Type Method Description void
AbstractMapToTiledMatrix2DWrapper. setWrappedObject(java.util.Map<Coordinates,ObjectMatrix2D> object)
Constructor parameters in org.ujmp.core.objectmatrix.stub with type arguments of type ObjectMatrix2D Constructor Description AbstractMapToTiledMatrix2DWrapper(java.util.Map<Coordinates,ObjectMatrix2D> map, long rows, long columns)
AbstractMapToTiledMatrix2DWrapper(java.util.Map<Coordinates,ObjectMatrix2D> map, Matrix source)
-
Uses of ObjectMatrix2D in org.ujmp.core.text
Classes in org.ujmp.core.text that implement ObjectMatrix2D Modifier and Type Class Description class
DefaultTextToken
-
Uses of ObjectMatrix2D in org.ujmp.core.util
Classes in org.ujmp.core.util that implement ObjectMatrix2D Modifier and Type Class Description class
UJMPSettings
-
Uses of ObjectMatrix2D in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement ObjectMatrix2D Modifier and Type Class Description class
FileFormatMatrix
class
HttpMatrix
class
LocalhostMatrix
class
NetworkInterfaceMatrix
class
NetworkMatrix
class
OperatingSystemMatrix
class
RemoteHostMatrix
class
RunningThreadsMatrix
class
SubnetMatrix
class
SystemEnvironmentMatrix
class
SystemPropertiesMatrix
-
Uses of ObjectMatrix2D in org.ujmp.gui.util
Classes in org.ujmp.gui.util that implement ObjectMatrix2D Modifier and Type Class Description class
MatrixUIDefaults
-
Uses of ObjectMatrix2D in org.ujmp.jdbc.map
Classes in org.ujmp.jdbc.map that implement ObjectMatrix2D Modifier and Type Class Description class
JDBCMapMatrix<K,V>
-
Uses of ObjectMatrix2D in org.ujmp.jdbc.matrix
Classes in org.ujmp.jdbc.matrix that implement ObjectMatrix2D Modifier and Type Class Description class
AbstractDenseJDBCMatrix2D
class
DenseDerbyMatrix2D
class
DenseHSQLDBMatrix2D
class
DenseMySQLMatrix2D
class
DensePostgreSQLMatrix2D
class
JDBCSparseObjectMatrix
-
Uses of ObjectMatrix2D in org.ujmp.mail
Classes in org.ujmp.mail that implement ObjectMatrix2D Modifier and Type Class Description class
MessageMatrix
-