java.lang.Object
com.univocity.parsers.common.input.concurrent.Entry<T>
Type Parameters:
T - the type of this entry.

class Entry<T> extends Object
An entry used by the FixedInstancePool
See Also:
  • Field Details

    • entry

      final T entry
    • index

      final int index
  • Constructor Details

    • Entry

      Entry(T entry, int index)
      Creates a new entry with an object and its position in the FixedInstancePool
      Parameters:
      entry - the value in this entry
      index - the position of this entry in the FixedInstancePool
  • Method Details