Package com.univocity.parsers.common
Class ColumnMap
java.lang.Object
com.univocity.parsers.common.ColumnMap
Class responsible for calculating and storing the position of fields parsed from the input.
- Author:
- Univocity Software Pty Ltd - dev@univocity.com
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ColumnMap
-
-
Method Details
-
indexOf
Returns the position of a header (0 based).- Parameters:
header
- the header whose position will be returned- Returns:
- the position of the given header, or -1 if it could not be found.
-
indexOf
Returns the position of a header (0 based).- Parameters:
header
- the header whose position will be returned- Returns:
- the position of the given header, or -1 if it could not be found.
-