public class SXSSFRow.CellIterator extends java.lang.Object implements java.util.Iterator<Cell>
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 and Description |
|---|
SXSSFRow.CellIterator() |
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.NoSuchElementExceptionpublic void remove()
remove in interface java.util.Iterator<Cell>