com.stimulsoft.report.dictionary
Class StiRowsCollection

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

public class StiRowsCollection
extends java.lang.Object
implements java.lang.Iterable, java.util.Iterator


Constructor Summary
StiRowsCollection(StiDataSource dataSource)
           
 
Method Summary
 int getCount()
           
 StiRow getItem(int rowIndex)
           
 boolean hasNext()
           
 java.util.Iterator iterator()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiRowsCollection

public StiRowsCollection(StiDataSource dataSource)
Method Detail

getItem

public final StiRow getItem(int rowIndex)

getCount

public final int getCount()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface java.lang.Iterable