Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1462086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
83ad716bc2
commit
08f02a086c
|
@ -55,9 +55,10 @@ public class CSVRecord implements Serializable, Iterable<String> {
|
|||
|
||||
/**
|
||||
* Returns a value by index.
|
||||
*
|
||||
*
|
||||
* @param i
|
||||
* the index of the column retrieved
|
||||
* a column index (0-based)
|
||||
* @return the String at the given index
|
||||
*/
|
||||
public String get(final int i) {
|
||||
return values[i];
|
||||
|
|
Loading…
Reference in New Issue