Class SXSSFRow.CellIterator

java.lang.Object
org.apache.poi.xssf.streaming.SXSSFRow.CellIterator
All Implemented Interfaces:
Iterator<Cell>
Enclosing class:
SXSSFRow

public class SXSSFRow.CellIterator extends Object implements Iterator<Cell>
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.