Class ExportSection


  • public class ExportSection
    extends Section
    • Constructor Detail

      • ExportSection

        public ExportSection()
        Construct a new, empty section instance.
      • ExportSection

        public ExportSection​(int estimatedSize)
        Construct a new, empty section instance.
        Parameters:
        estimatedSize - the estimated number of exports to reserve space for
    • Method Detail

      • exportCount

        public int exportCount()
      • getExport

        public Export getExport​(int idx)
      • addExport

        public int addExport​(Export export)
        Add an export definition to this section.
        Parameters:
        export - the export to add to this section (must not be null)
        Returns:
        the index of the newly-added export