com.stimulsoft.report.dictionary.data
Class DataCellCollection

java.lang.Object
  extended by com.stimulsoft.report.dictionary.data.DataCellCollection
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<DataCell>

public class DataCellCollection
extends java.lang.Object
implements java.lang.Iterable<DataCell>, java.lang.Cloneable

Copyright Stimulsoft


Constructor Summary
DataCellCollection(StiDataColumnsCollection columns)
           
 
Method Summary
 void add(int index, DataCell element)
           
 void add2(DataCell element)
           
 java.lang.Object clone()
           
 DataCell get(int index)
           
 java.util.Iterator<DataCell> iterator()
           
 DataCell remove(int index)
           
 DataCell set(int index, DataCell element)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCellCollection

public DataCellCollection(StiDataColumnsCollection columns)
Method Detail

get

public DataCell get(int index)

set

public DataCell set(int index,
                    DataCell element)

add

public void add(int index,
                DataCell element)

add2

public void add2(DataCell element)

size

public int size()

iterator

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

remove

public DataCell remove(int index)

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object