|
||||||||||
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.FilledCellIterator
public class SXSSFRow.FilledCellIterator
returns all filled cells (created via Row.createCell())
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 |
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 |