java.lang.Object
org.simpleflatmapper.poi.impl.RowEnumerable
- All Implemented Interfaces:
org.simpleflatmapper.util.Enumerable<org.apache.poi.ss.usermodel.Row>
public class RowEnumerable
extends Object
implements org.simpleflatmapper.util.Enumerable<org.apache.poi.ss.usermodel.Row>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RowEnumerable
public RowEnumerable(int startRow, org.apache.poi.ss.usermodel.Sheet sheet)
-
-
Method Details
-
next
public boolean next()- Specified by:
nextin interfaceorg.simpleflatmapper.util.Enumerable<org.apache.poi.ss.usermodel.Row>
-
currentValue
public org.apache.poi.ss.usermodel.Row currentValue()- Specified by:
currentValuein interfaceorg.simpleflatmapper.util.Enumerable<org.apache.poi.ss.usermodel.Row>
-