net.sf.cpsolver.ifs.util
Class CSVFile.CSVLine
java.lang.Object
net.sf.cpsolver.ifs.util.CSVFile.CSVLine
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CSVFile
public class CSVFile.CSVLine
- extends Object
- implements Serializable
Representation of a line of a CSV file
- See Also:
- Serialized Form
CSVFile.CSVLine
public CSVFile.CSVLine(String line)
CSVFile.CSVLine
public CSVFile.CSVLine()
CSVFile.CSVLine
public CSVFile.CSVLine(CSVFile.CSVField[] fields)
CSVFile.CSVLine
public CSVFile.CSVLine(Collection<CSVFile.CSVField> fields)
getFields
public List<CSVFile.CSVField> getFields()
size
public int size()
isEmpty
public boolean isEmpty()
getField
public CSVFile.CSVField getField(int idx)
setField
public void setField(int idx,
CSVFile.CSVField field)
fields
public Iterator<CSVFile.CSVField> fields()
getField
public CSVFile.CSVField getField(String name)
setField
public void setField(String name,
CSVFile.CSVField field)
toString
public String toString()
- Overrides:
toString
in class Object
debug
public void debug(int offset,
PrintWriter out)
Copyright © 2014 UniTime LLC. All Rights Reserved.