| Modifier and Type | Method and Description |
|---|---|
CSVData |
CSVUtil.get(int i) |
CSVData |
CSVDataContainer.get(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSVDataContainer.add(CSVData data) |
int |
CSVData.compareTo(CSVData compareData)
Function used by the java sort function to determine if x csvdata greater than y csvdata
|
void |
CSVDataContainer.set(int i,
CSVData data) |