|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.Data.DataRowCollection
public class DataRowCollection
| Method Summary | |
|---|---|
void |
Add(DataRow row)
Add new DataRow to collection. |
DataRow |
Add(java.lang.Object[] values)
Creates a row using specified values and adds it to the DataRowCollection. |
void |
Clear()
Deletes all rows. |
DataRow |
get(int index)
Gets the row at the specified index. |
int |
getCount()
Gets the total number of rows in a collection. |
java.util.Iterator<DataRow> |
iterator()
Gets iterator. |
void |
Remove(DataRow row)
Removes the specified DataRow from the collection. |
void |
Remove(int index)
Removes the row at the specified index from the collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void Add(DataRow row)
row - public DataRow Add(java.lang.Object[] values)
values -
public void Remove(DataRow row)
row - public void Remove(int index)
index - public void Clear()
public DataRow get(int index)
index -
public int getCount()
public java.util.Iterator<DataRow> iterator()
iterator in interface java.lang.Iterable<DataRow>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||