public class RowBlock extends Object implements Iterator<Row>
Inside each Row Block there will occur ROW records describing the properties of the rows, and cell records with all the cell contents in this Row Block
Create by guanquan.wang at 2019-04-23 08:50
| 限定符和类型 | 方法和说明 |
|---|---|
RowBlock |
clear()
Clear index mark
|
Row |
firstRow() |
int |
getTotal()
Total rows of a worksheet
|
boolean |
hasNext() |
boolean |
isEof()
End of file mark
|
Row |
lastRow() |
Row |
next() |
RowBlock |
reopen()
re-open the row-block
|
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic final RowBlock reopen()
public int getTotal()
public boolean isEof()
public Row firstRow()
public Row lastRow()
public int size()
Copyright © 2019. All rights reserved.