Class SegmentStartList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Integer>, Collection<Integer>, List<Integer>, RandomAccess, SequencedCollection<Integer>

public class SegmentStartList extends ArrayList<Integer>
Author:
heddle This is used in the stage 2 analysis, not in the basic SNR one stage analysis
See Also:
  • Constructor Details Link icon

    • SegmentStartList Link icon

      public SegmentStartList()
      Holds a list of segment starts for a cluster
  • Method Details Link icon