See: Description
| Class | Description |
|---|---|
| BeanExecutor<T> |
A specific derivative of
IntolerantThreadPoolExecutor intended for
submitting beans to be converted to Strings for writing. |
| LineExecutor<T> |
A specific derivative of
IntolerantThreadPoolExecutor intended for
submitting lines of input to be converted to beans. |
| OrderedObject<E> |
A simple class for ordering objects.
|
| ProcessCsvBean<T> |
A class for converting one bean into its string representation for writing to
an output.
|
| ProcessCsvLine<T> |
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.
|
Copyright © 2019. All rights reserved.