Uses of Class
org.ghotibeaun.json.parser.csv.Field
| Package | Description |
|---|---|
| org.ghotibeaun.json.parser.csv |
-
Uses of Field in org.ghotibeaun.json.parser.csv
Methods in org.ghotibeaun.json.parser.csv that return Field Modifier and Type Method Description FieldRow. getField(int index)FieldRow. getField(String name)Methods in org.ghotibeaun.json.parser.csv that return types with arguments of type Field Modifier and Type Method Description Iterator<Field>Row. iterator()Methods in org.ghotibeaun.json.parser.csv with parameters of type Field Modifier and Type Method Description voidRow. appendField(Field field)