public class ColumnMap
extends java.lang.Object
| Constructor | Description |
|---|---|
ColumnMap(Context context,
ParserOutput output) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
indexOf(java.lang.Enum<?> header) |
Returns the position of a header (0 based).
|
int |
indexOf(java.lang.String header) |
Returns the position of a header (0 based).
|
public ColumnMap(Context context, ParserOutput output)
public int indexOf(java.lang.String header)
header - the header whose position will be returnedpublic int indexOf(java.lang.Enum<?> header)
header - the header whose position will be returned