|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.xssf.streaming.SXSSFRow.CellIterator
public class SXSSFRow.CellIterator
returns all cells including empty cells in which case "null" is returned
Constructor Summary | |
---|---|
SXSSFRow.CellIterator()
|
Method Summary | |
---|---|
boolean |
hasNext()
|
Cell |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SXSSFRow.CellIterator()
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<Cell>
public Cell next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator<Cell>
java.util.NoSuchElementException
public void remove()
remove
in interface java.util.Iterator<Cell>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |