Package PamDetection

Class TDArrayList<T>

Type Parameters:
T -
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess

public class TDArrayList<T> extends ArrayList<T>
Wrapper which holds a list of time delays and the corresponding detections used to calculate those delays. This allows detections to be matched back with time delays. Difficult to integrate this into a dataunit as time delays can be calculated from multiple data units.
Author:
Jamie Macaulay
See Also:
  • Field Details

    • dataUnits

      public ArrayList<PamDataUnit> dataUnits
      A list of data units used to create the time delays.
  • Constructor Details

    • TDArrayList

      public TDArrayList()
  • Method Details