| Package | Description |
|---|---|
| com.univocity.parsers.common.input.concurrent |
| Modifier and Type | Field and Description |
|---|---|
private Entry<CharBucket> |
ConcurrentCharLoader.currentBucket |
(package private) Entry<T>[] |
FixedInstancePool.instancePool |
| Modifier and Type | Method and Description |
|---|---|
Entry<T> |
FixedInstancePool.allocate()
Retrieves the next available entry in this instance pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FixedInstancePool.release(Entry<T> e)
Releases the given entry and makes it available for allocation (by
FixedInstancePool.allocate()) |