| 
||||||||||
| 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 in which case "null" is returned
| 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.NoSuchElementExceptionpublic 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 | |||||||||