Class RowEnumerable

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 Details

    • RowEnumerable

      public RowEnumerable(int startRow, org.apache.poi.ss.usermodel.Sheet sheet)
  • Method Details

    • next

      public boolean next()
      Specified by:
      next in interface org.simpleflatmapper.util.Enumerable<org.apache.poi.ss.usermodel.Row>
    • currentValue

      public org.apache.poi.ss.usermodel.Row currentValue()
      Specified by:
      currentValue in interface org.simpleflatmapper.util.Enumerable<org.apache.poi.ss.usermodel.Row>