Class SectionIdentifier

    • Constructor Detail

      • SectionIdentifier

        public SectionIdentifier​(int volume)
        Creates a new section identifier with the specified volume and the implied section number of 1.
        Parameters:
        volume - the volume number, one based
      • SectionIdentifier

        public SectionIdentifier​(int volume,
                                 int section)
        Creates a new section identifier with the specified volume and section.
        Parameters:
        volume - the volume number, one based
        section - the section number, one based