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 voidappendField(Column column, String data, CSVSettings settings)voidappendField(Field field)FieldgetField(int index)FieldgetField(String name)JSONObjectgetJSONObject()intgetRowNumber()Iterator<Field>iterator()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator