| Package | Description |
|---|---|
| org.cpsolver.ifs.util |
Utilities
|
| Modifier and Type | Method and Description |
|---|---|
CSVFile.CSVField |
CSVFile.CSVLine.getField(int idx) |
CSVFile.CSVField |
CSVFile.CSVLine.getField(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<CSVFile.CSVField> |
CSVFile.CSVLine.fields() |
List<CSVFile.CSVField> |
CSVFile.CSVLine.getFields() |
| Modifier and Type | Method and Description |
|---|---|
CSVFile.CSVLine |
CSVFile.addLine(CSVFile.CSVField[] fields) |
void |
CSVFile.CSVLine.setField(int idx,
CSVFile.CSVField field) |
void |
CSVFile.CSVLine.setField(String name,
CSVFile.CSVField field) |
CSVFile.CSVLine |
CSVFile.setHeader(CSVFile.CSVField[] fields) |
| Modifier and Type | Method and Description |
|---|---|
CSVFile.CSVLine |
CSVFile.addLine(Collection<CSVFile.CSVField> fields) |
CSVFile.CSVLine |
CSVFile.setHeader(Collection<CSVFile.CSVField> fields) |
| Constructor and Description |
|---|
CSVLine(CSVFile.CSVField[] fields) |
| Constructor and Description |
|---|
CSVLine(Collection<CSVFile.CSVField> fields) |