Uses of Interface
org.ujmp.core.setmatrix.SetMatrix
-
Packages that use SetMatrix Package Description org.ujmp.core org.ujmp.core.interfaces org.ujmp.core.matrix.factory org.ujmp.core.objectmatrix.calculation org.ujmp.core.setmatrix org.ujmp.core.util org.ujmp.jdbc.set -
-
Uses of SetMatrix in org.ujmp.core
Methods in org.ujmp.core that return SetMatrix Modifier and Type Method Description SetMatrix<?>
AbstractMatrix. toSetMatrix()
-
Uses of SetMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return SetMatrix Modifier and Type Method Description SetMatrix<?>
Conversions. toSetMatrix()
-
Uses of SetMatrix in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return SetMatrix Modifier and Type Method Description <V> SetMatrix<V>
AbstractMatrixFactory. linkToSet(java.util.Set<V> set)
-
Uses of SetMatrix in org.ujmp.core.objectmatrix.calculation
Fields in org.ujmp.core.objectmatrix.calculation declared as SetMatrix Modifier and Type Field Description private SetMatrix<java.lang.Object>
Unique. uniqueObjects
-
Uses of SetMatrix in org.ujmp.core.setmatrix
Classes in org.ujmp.core.setmatrix that implement SetMatrix Modifier and Type Class Description class
AbstractSetMatrix<E>
class
DefaultSetMatrix<A>
-
Uses of SetMatrix in org.ujmp.core.util
Methods in org.ujmp.core.util with parameters of type SetMatrix Modifier and Type Method Description static java.lang.String
JsonUtil. toJson(SetMatrix<?> m)
-
Uses of SetMatrix in org.ujmp.jdbc.set
Classes in org.ujmp.jdbc.set that implement SetMatrix Modifier and Type Class Description class
JDBCSetMatrix<V>
-