Package com.opencsv.bean
Class FieldMapByPositionEntry<T>
- java.lang.Object
-
- com.opencsv.bean.FieldMapByPositionEntry<T>
-
- Type Parameters:
T
- The type of the bean being converted
public class FieldMapByPositionEntry<T> extends java.lang.Object
Represents one entry inFieldMapByPosition
. Note: This is not used in the internal structure ofFieldMapByPosition
, but rather when representing its contents to the outside world.- Since:
- 4.2
- Author:
- Andrew Rucker Jones
-
-
Constructor Summary
Constructors Constructor Description FieldMapByPositionEntry(int position, BeanField<T,java.lang.Integer> field)
Initializes this entry.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanField<T,java.lang.Integer>
getField()
int
getPosition()
-