public class ColumnMap extends Object
| Constructor and Description |
|---|
ColumnMap(Context context,
ParserOutput output) |
| Modifier and Type | Method and Description |
|---|---|
int |
indexOf(Enum<?> header)
Returns the position of a header (0 based).
|
int |
indexOf(String header)
Returns the position of a header (0 based).
|
public ColumnMap(Context context, ParserOutput output)
public int indexOf(String header)
header - the header whose position will be returnedpublic int indexOf(Enum<?> header)
header - the header whose position will be returnedCopyright © 2018 Univocity Software Pty Ltd. All rights reserved.