Uses of Class
org.ujmp.core.filematrix.ZipEntryMatrix
-
Packages that use ZipEntryMatrix Package Description org.ujmp.core.filematrix -
-
Uses of ZipEntryMatrix in org.ujmp.core.filematrix
Fields in org.ujmp.core.filematrix with type parameters of type ZipEntryMatrix Modifier and Type Field Description private java.util.List<ZipEntryMatrix>
ZipFileMatrix. list
Methods in org.ujmp.core.filematrix that return ZipEntryMatrix Modifier and Type Method Description ZipEntryMatrix
ZipFileMatrix. get(int index)
ZipEntryMatrix
ZipFileMatrix. removeFromList(int index)
ZipEntryMatrix
ZipFileMatrix. setToList(int index, ZipEntryMatrix element)
Methods in org.ujmp.core.filematrix with parameters of type ZipEntryMatrix Modifier and Type Method Description void
ZipFileMatrix. addToList(int index, ZipEntryMatrix element)
boolean
ZipFileMatrix. addToList(ZipEntryMatrix t)
ZipEntryMatrix
ZipFileMatrix. setToList(int index, ZipEntryMatrix element)
-