protected abstract class ExcelReport.ExcelCellIterator
extends java.lang.Object
implements java.util.Iterator
限定符和类型 | 字段和说明 |
---|---|
protected int |
current_page_x |
protected int |
current_page_y |
protected int |
maxX |
protected int |
maxY |
protected CellElement |
next |
protected boolean[] |
x_checklast |
限定符 | 构造器和说明 |
---|---|
protected |
ExcelReport.ExcelCellIterator() |
限定符和类型 | 方法和说明 |
---|---|
protected abstract void |
findNext() |
boolean |
hasNext() |
protected void |
init() |
protected abstract void |
initial_varibles_by_constructor() |
protected abstract int |
initial_x_checklast_size() |
protected boolean |
iteratePageArray(ReportPageProvider[] page_array,
int first_y,
boolean isPage,
int maxX,
int maxY) |
java.lang.Object |
next() |
void |
remove() |
protected CellElement next
protected int current_page_y
protected int current_page_x
protected boolean[] x_checklast
protected int maxX
protected int maxY
protected void init()
protected abstract int initial_x_checklast_size()
protected abstract void initial_varibles_by_constructor()
public boolean hasNext()
hasNext
在接口中 java.util.Iterator
public java.lang.Object next()
next
在接口中 java.util.Iterator
protected abstract void findNext()
protected boolean iteratePageArray(ReportPageProvider[] page_array, int first_y, boolean isPage, int maxX, int maxY)
public void remove()
remove
在接口中 java.util.Iterator