Class ProcessCsvLine<T>

java.lang.Object
com.opencsv.bean.concurrent.ProcessCsvLine<T>
Type Parameters:
T - The type of the bean being created
All Implemented Interfaces:
Runnable

public class ProcessCsvLine<T> extends Object implements Runnable
A class that encapsulates the job of creating a bean from a line of CSV input and making it possible to run those jobs in parallel.
Since:
4.0