Uses of Interface
org.ujmp.core.booleanmatrix.BaseBooleanMatrix
-
Packages that use BaseBooleanMatrix Package Description org.ujmp.core.booleanmatrix org.ujmp.core.booleanmatrix.factory org.ujmp.core.booleanmatrix.impl org.ujmp.core.booleanmatrix.stub -
-
Uses of BaseBooleanMatrix in org.ujmp.core.booleanmatrix
Subinterfaces of BaseBooleanMatrix in org.ujmp.core.booleanmatrix Modifier and Type Interface Description interface
DenseBooleanMatrix
interface
DenseBooleanMatrix2D
interface
SparseBooleanMatrix
interface
SparseBooleanMatrix2D
-
Uses of BaseBooleanMatrix in org.ujmp.core.booleanmatrix.factory
Classes in org.ujmp.core.booleanmatrix.factory with type parameters of type BaseBooleanMatrix Modifier and Type Interface Description interface
BaseBooleanMatrixFactory<T extends BaseBooleanMatrix>
-
Uses of BaseBooleanMatrix in org.ujmp.core.booleanmatrix.impl
Classes in org.ujmp.core.booleanmatrix.impl that implement BaseBooleanMatrix Modifier and Type Class Description class
ArrayDenseBooleanMatrix2D
class
BitSetDenseBooleanMatrix2D
-
Uses of BaseBooleanMatrix in org.ujmp.core.booleanmatrix.stub
Classes in org.ujmp.core.booleanmatrix.stub that implement BaseBooleanMatrix Modifier and Type Class Description class
AbstractDenseBooleanMatrix
class
AbstractDenseBooleanMatrix2D
class
AbstractSparseBooleanMatrix
class
AbstractSparseBooleanMatrix2D
-