|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xssf.streaming.SXSSFRow.CellIterator
public class SXSSFRow.CellIterator
returns all cells including empty cells (null
values are returned
for empty cells).
This method is not synchronized. This iterator should not be used after
cells are added, moved, or removed, though a ConcurrentModificationException
is NOT thrown.
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 |