Class RecordPLL.RecordPartition

    • Field Detail

      • index

        protected final int index
      • additionalRows

        protected final List<Row> additionalRows
    • Constructor Detail

      • RecordPartition

        protected RecordPartition​(int index,
                                  List<Row> additionalRows,
                                  Partition parent)
    • Method Detail

      • getIndex

        public int getIndex()
        Description copied from interface: Partition
        Returns the index of this partition in the underlying PLL
        Specified by:
        getIndex in interface Partition
        Returns:
      • getParent

        public Partition getParent()
        Description copied from interface: Partition
        Returns the partition of the parent PLL this is derived from (if any - otherwise null)
        Specified by:
        getParent in interface Partition