Uses of Class
com.univocity.parsers.common.input.concurrent.Entry
-
Packages that use Entry Package Description com.univocity.parsers.common.input.concurrent -
-
Uses of Entry in com.univocity.parsers.common.input.concurrent
Fields in com.univocity.parsers.common.input.concurrent declared as Entry Modifier and Type Field Description private Entry<CharBucket>
ConcurrentCharLoader. currentBucket
(package private) Entry<T>[]
FixedInstancePool. instancePool
Methods in com.univocity.parsers.common.input.concurrent that return Entry Modifier and Type Method Description Entry<T>
FixedInstancePool. allocate()
Retrieves the next available entry in this instance pool.Methods in com.univocity.parsers.common.input.concurrent with parameters of type Entry Modifier and Type Method Description void
FixedInstancePool. release(Entry<T> e)
Releases the given entry and makes it available for allocation (byFixedInstancePool.allocate()
)
-