Module jp.ecuacion.util.poi
Class ExcelTableReader.IteratorReader<T>
java.lang.Object
jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader.IteratorReader<T>
- Type Parameters:
T- SeeIfExcelTable.
- Enclosing class:
ExcelTableReader<T>
Provides Iterator.
-
Constructor Summary
ConstructorsConstructorDescriptionIteratorReader(ExcelTableReader<T> reader, ExcelTable.ContextContainer context, int numberOfheaderLines) Constructs a new instance. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
IteratorReader
public IteratorReader(ExcelTableReader<T> reader, ExcelTable.ContextContainer context, int numberOfheaderLines) Constructs a new instance.
-
-
Method Details