| Constructor and Description |
|---|
MetaCSVRecord(org.apache.commons.csv.CSVRecord record,
List<Object> values) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBoolean(int i) |
Date |
getDate(int i) |
Date |
getDatetime(int i) |
BigDecimal |
getDecimal(int i) |
double |
getFloat(int i) |
long |
getInteger(int i) |
Object |
getObject(int i) |
CharSequence |
getText(int i) |
Iterator<Object> |
iterator() |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Boolean getBoolean(int i) throws MetaCSVCastException
MetaCSVCastExceptionpublic Date getDate(int i)
public Date getDatetime(int i)
public BigDecimal getDecimal(int i)
public double getFloat(int i)
public long getInteger(int i)
public CharSequence getText(int i)
public Object getObject(int i)
public int size()
Copyright © 2020–2021. All rights reserved.