Object createList(String [] names, Object [] data)
Object createList(String [] names, Object [] data)
Name | Type | Description |
---|---|---|
names | String [] | Array of column names If an empty array is provided can not create a List and a null value will be returned. |
data | Object [] | Data array |
Type | Description |
---|---|
Object | If the names is empty, then a null Object is returned back. |