Package de.xima.fc.mdl.csv
Class CSVRecordWrapper
- java.lang.Object
-
- de.xima.fc.mdl.csv.CSVRecordWrapper
-
-
Constructor Summary
Constructors Constructor Description CSVRecordWrapper(org.apache.commons.csv.CSVRecord record)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get(int index)
String
get(String name)
long
getRecordNumber()
org.apache.commons.csv.CSVRecord
getWrappedRecord()
Iterator<String>
iterator()
int
size()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
get
public String get(int index)
-
getRecordNumber
public long getRecordNumber()
-
size
public int size()
-
getWrappedRecord
public org.apache.commons.csv.CSVRecord getWrappedRecord()
-
-