protected final class SXSSFWorkbook.SheetIterator<T extends Sheet>
extends java.lang.Object
implements java.util.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.
|
public boolean hasNext()
public T next() throws java.util.NoSuchElementException
public void remove() throws java.lang.IllegalStateException
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.