Module jp.ecuacion.util.poi
Class ExcelTableReader.IterableReader<T>
java.lang.Object
jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader.IterableReader<T>
- Enclosing class:
ExcelTableReader<T>
Provides
Iterable.-
Constructor Summary
ConstructorsConstructorDescriptionIterableReader(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.lang.Iterable
forEach, spliterator
-
Constructor Details
-
IterableReader
public IterableReader(ExcelTableReader<T> reader, ExcelTable.ContextContainer context, int numberOfheaderLines) Constructs a new instance.
-
-
Method Details