Constructor and Description |
---|
CSVTable(String name) |
CSVTable(String name,
List<CSVField> fields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<CSVField> |
getFields()
Returns the list of
CSVField fields. |
String |
getName()
Returns the specified table name.
|
int |
hashCode() |
void |
setFields(List<CSVField> fields)
Sets a list of
CSVField fields. |