Package org.ghotibeaun.json.parser.csv
Class Row
java.lang.Object
org.ghotibeaun.json.parser.csv.Row
public class Row extends Object implements Iterable<Field>
-
Constructor Summary
Constructors Constructor Description Row(int rowNumber)
-
Method Summary
Modifier and Type Method Description void
appendField(Column column, String data, CSVSettings settings)
void
appendField(Field field)
Field
getField(int index)
Field
getField(String name)
JSONObject
getJSONObject()
int
getRowNumber()
Iterator<Field>
iterator()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator