Uses of Interface
org.ujmp.core.listmatrix.ListMatrix
-
-
Uses of ListMatrix in org.ujmp.core
Methods in org.ujmp.core that return ListMatrix Modifier and Type Method Description ListMatrix<?>
AbstractMatrix. toListMatrix()
-
Uses of ListMatrix in org.ujmp.core.filematrix
Classes in org.ujmp.core.filematrix that implement ListMatrix Modifier and Type Class Description class
DirectoryMatrix
class
ZipFileMatrix
-
Uses of ListMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return ListMatrix Modifier and Type Method Description ListMatrix<?>
Conversions. toListMatrix()
-
Uses of ListMatrix in org.ujmp.core.listmatrix
Classes in org.ujmp.core.listmatrix that implement ListMatrix Modifier and Type Class Description class
AbstractListMatrix<E>
class
DefaultListMatrix<T>
-
Uses of ListMatrix in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return ListMatrix Modifier and Type Method Description <V> ListMatrix<V>
AbstractMatrixFactory. linkToCollection(java.util.Collection<V> list)
<V> ListMatrix<V>
AbstractMatrixFactory. linkToList(java.util.List<V> list)
-
Uses of ListMatrix in org.ujmp.core.text
Subinterfaces of ListMatrix in org.ujmp.core.text Modifier and Type Interface Description interface
TextBlock
interface
TextSentence
Classes in org.ujmp.core.text that implement ListMatrix Modifier and Type Class Description class
DefaultTextBlock
class
DefaultTextSentence
-
Uses of ListMatrix in org.ujmp.core.util
Methods in org.ujmp.core.util with parameters of type ListMatrix Modifier and Type Method Description static java.lang.String
JsonUtil. toJson(ListMatrix<?> m)
-
Uses of ListMatrix in org.ujmp.core.util.io
Methods in org.ujmp.core.util.io that return ListMatrix Modifier and Type Method Description static ListMatrix<java.io.File>
FileUtil. listRecursive(java.io.File path)
-
Uses of ListMatrix in org.ujmp.jdbc.matrix
Classes in org.ujmp.jdbc.matrix that implement ListMatrix Modifier and Type Class Description class
JDBCCatalogListMatrix
class
JDBCCatalogMatrix
-
Uses of ListMatrix in org.ujmp.mail
Classes in org.ujmp.mail that implement ListMatrix Modifier and Type Class Description class
MessagesMatrix
Methods in org.ujmp.mail that return ListMatrix Modifier and Type Method Description ListMatrix<javax.mail.Folder>
ImapUtil. getPersonalFolders()
ListMatrix<javax.mail.Folder>
ImapUtil. getSharedFolders()
ListMatrix<javax.mail.Folder>
ImapUtil. getSubFolders(java.lang.String folderName)
ListMatrix<javax.mail.Folder>
ImapUtil. getSubFolders(javax.mail.Folder folder)
-