protected final class SXSSFWorkbook.SheetIterator<T extends Sheet> extends Object implements Iterator<T>
| Constructor and Description |
|---|
SheetIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove()
Unexpected behavior may occur if sheets are reordered after iterator
has been created.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic T next() throws NoSuchElementException
next in interface Iterator<T extends Sheet>NoSuchElementExceptionpublic void remove()
throws IllegalStateException
remove in interface Iterator<T extends Sheet>IllegalStateException