Uses of Class
com.opencsv.bean.concurrent.IntolerantThreadPoolExecutor
Packages that use IntolerantThreadPoolExecutor
Package
Description
This package collects all classes necessary for the parallel processing of
beans.
-
Uses of IntolerantThreadPoolExecutor in com.opencsv.bean.concurrent
Subclasses of IntolerantThreadPoolExecutor in com.opencsv.bean.concurrentModifier and TypeClassDescriptionclass
BeanExecutor<T>
A specific derivative ofIntolerantThreadPoolExecutor
intended for submitting beans to be converted toString
s for writing.class
LineExecutor<T>
A specific derivative ofIntolerantThreadPoolExecutor
intended for submitting lines of input to be converted to beans.