com.stimulsoft.report.dictionary
Class StiRowsCollection
java.lang.Object
   com.stimulsoft.report.dictionary.StiRowsCollection
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
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StiRowsCollection
public StiRowsCollection(StiDataSource dataSource)
getItem
public final StiRow getItem(int rowIndex)
- 
 
- 
 
getCount
public final int getCount()
- 
 
- 
 
hasNext
public boolean hasNext()
- 
- Specified by:
- hasNextin interface- java.util.Iterator
 
- 
 
next
public java.lang.Object next()
- 
- Specified by:
- nextin interface- java.util.Iterator
 
- 
 
remove
public void remove()
- 
- Specified by:
- removein interface- java.util.Iterator
 
- 
 
iterator
public java.util.Iterator iterator()
- 
- Specified by:
- iteratorin interface- java.lang.Iterable
 
-