Class Entry<T>
java.lang.Object
com.univocity.parsers.common.input.concurrent.Entry<T>
- Type Parameters:
T- the type of this entry.
An entry used by the
FixedInstancePool- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new entry with an object and its position in theFixedInstancePool -
Method Summary
Modifier and TypeMethodDescriptionget()Returns the object stored in thisFixedInstancePoolentry.
-
Field Details
-
entry
-
index
final int index
-
-
Constructor Details
-
Entry
Entry(T entry, int index) Creates a new entry with an object and its position in theFixedInstancePool- Parameters:
entry- the value in this entryindex- the position of this entry in theFixedInstancePool
-
-
Method Details
-
get
Returns the object stored in thisFixedInstancePoolentry.- Returns:
- the object stored in this
FixedInstancePoolentry.
-