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 Stringget(int index)Stringget(String name)longgetRecordNumber()org.apache.commons.csv.CSVRecordgetWrappedRecord()Iterator<String>iterator()intsize()- 
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()
 
 - 
 
 -