Class SheetEnumerable<T>

java.lang.Object
org.simpleflatmapper.poi.impl.SheetEnumerable<T>
All Implemented Interfaces:
org.simpleflatmapper.util.Enumerable<T>

public class SheetEnumerable<T> extends Object implements org.simpleflatmapper.util.Enumerable<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
    SheetEnumerable(org.simpleflatmapper.map.SourceMapper<org.apache.poi.ss.usermodel.Row,T> mapper, int startRow, org.apache.poi.ss.usermodel.Sheet sheet, org.simpleflatmapper.map.MappingContext<? super org.apache.poi.ss.usermodel.Row> mappingContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SheetEnumerable

      public SheetEnumerable(org.simpleflatmapper.map.SourceMapper<org.apache.poi.ss.usermodel.Row,T> mapper, int startRow, org.apache.poi.ss.usermodel.Sheet sheet, org.simpleflatmapper.map.MappingContext<? super org.apache.poi.ss.usermodel.Row> mappingContext)
  • Method Details

    • next

      public boolean next()
      Specified by:
      next in interface org.simpleflatmapper.util.Enumerable<T>
    • currentValue

      public T currentValue()
      Specified by:
      currentValue in interface org.simpleflatmapper.util.Enumerable<T>