Uses of Class
io.keikai.model.impl.AbstractRowAdv
-
Packages that use AbstractRowAdv Package Description io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of AbstractRowAdv in io.keikai.model.impl
Subclasses of AbstractRowAdv in io.keikai.model.impl Modifier and Type Class Description class
RowImpl
Methods in io.keikai.model.impl that return types with arguments of type AbstractRowAdv Modifier and Type Method Description abstract Iterator<AbstractRowAdv>
AbstractSheetAdv. getRowIterator(boolean reverse, int start, int end)
Iterator<AbstractRowAdv>
SheetImpl. getRowIterator(boolean reverse, int start, int end)
Constructors in io.keikai.model.impl with parameters of type AbstractRowAdv Constructor Description CellImpl(AbstractRowAdv row, int index)
-