Class StiRowsCollection

java.lang.Object
com.stimulsoft.report.dictionary.StiRowsCollection
All Implemented Interfaces:
Iterable, Iterator

public class StiRowsCollection extends Object implements Iterable, Iterator
  • Constructor Details

    • StiRowsCollection

      public StiRowsCollection(StiDataSource dataSource)
  • Method Details

    • getItem

      public final StiRow getItem(int rowIndex)
    • getCount

      public final int getCount()
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator
    • next

      public Object next()
      Specified by:
      next in interface Iterator
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator
    • iterator

      public Iterator iterator()
      Specified by:
      iterator in interface Iterable