public class SXSSFRow.FilledCellIterator extends java.lang.Object implements java.util.Iterator<Cell>
| Constructor and Description |
|---|
SXSSFRow.FilledCellIterator() |
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>