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 Field
Row. getField(int index)
Field
Row. 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 void
Row. appendField(Field field)