public class SXSSFRow.FilledCellIterator extends Object implements Iterator<Cell>
| Constructor and Description |
|---|
FilledCellIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Cell |
next() |
void |
remove()
This method is not yet supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic Cell next() throws NoSuchElementException
next in interface Iterator<Cell>NoSuchElementExceptionpublic void remove()
remove in interface Iterator<Cell>UnsupportedOperationException - this method is not yet supported