Uses of Class
com.opencsv.bean.concurrent.IntolerantThreadPoolExecutor
-
Packages that use IntolerantThreadPoolExecutor Package Description com.opencsv.bean.concurrent 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.concurrent Modifier and Type Class Description class
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.
-