Package cnuphys.snr

Class SegmentStartList

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

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

    • SegmentStartList

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