Uses of Class
com.univocity.parsers.common.input.concurrent.CharBucket
-
Packages that use CharBucket Package Description com.univocity.parsers.common.input.concurrent -
-
Uses of CharBucket in com.univocity.parsers.common.input.concurrent
Fields in com.univocity.parsers.common.input.concurrent declared as CharBucket Modifier and Type Field Description private CharBucket
ConcurrentCharLoader. end
Fields in com.univocity.parsers.common.input.concurrent with type parameters of type CharBucket Modifier and Type Field Description private Entry<CharBucket>
ConcurrentCharLoader. currentBucket
private FixedInstancePool<CharBucket>
ConcurrentCharLoader. instances
Methods in com.univocity.parsers.common.input.concurrent that return CharBucket Modifier and Type Method Description CharBucket
ConcurrentCharLoader. nextBucket()
Returns the next available bucket.
-