| Class | Description |
|---|---|
| CharBucket |
A buffer of characters.
|
| ConcurrentCharInputReader |
A concurrent CharInputReader that loads batches of characters in a separate thread and assigns them to buffer in
AbstractCharInputReader when requested. |
| ConcurrentCharLoader |
A concurrent character loader for loading a pool of
CharBucket instances using a Reader in a separate thread |
| Entry<T> |
An entry used by the
FixedInstancePool |
| FixedInstancePool<T> |
A very simple object instance pool with a fixed size.
|