public class SXSSFRow.CellIterator extends Object implements 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 |
|---|
CellIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Cell |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic Cell next() throws NoSuchElementException
next in interface Iterator<Cell>NoSuchElementExceptionCopyright 2018 The Apache Software Foundation or its licensors, as applicable.