Class AbstractFieldMap<I,K extends Comparable<K>,C extends ComplexFieldMapEntry<I,K,T>,T>

java.lang.Object
com.opencsv.bean.AbstractFieldMap<I,K,C,T>
Type Parameters:
I - The initializer type used to build the many-to-one mapping
K - Type of the field identifier (key)
C - Type of the ComplexFieldMapEntry used
T - Type of the bean being converted
All Implemented Interfaces:
FieldMap<I,K,C,T>
Direct Known Subclasses:
FieldMapByName, FieldMapByPosition

public abstract class AbstractFieldMap<I,K extends Comparable<K>,C extends ComplexFieldMapEntry<I,K,T>,T> extends Object implements FieldMap<I,K,C,T>
A base class to collect all generalized components of a FieldMap. May be used by all as a base class for their own implementations of FieldMap.
Since:
4.2