Class IndexedSplitsRuns

    • Field Detail

      • m_MetaData

        protected MetaData m_MetaData
        the meta-data.
    • Constructor Detail

      • IndexedSplitsRuns

        public IndexedSplitsRuns()
        Constructs an empty list with an initial capacity of ten.
      • IndexedSplitsRuns

        public IndexedSplitsRuns​(Collection<IndexedSplitsRun> c)
        Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
        Parameters:
        c - the collection whose elements are to be placed into this list
        Throws:
        NullPointerException - if the specified collection is null
    • Method Detail

      • initialize

        protected void initialize()
        Initializes the members.
      • getMetaData

        public MetaData getMetaData()
        Returns the underlying meta-data.
        Returns:
        the meta-data