Class Partitioner.StackElement<T>

    • Field Detail

      • part

        public int part
        The partition index
      • levelPartId

        public String levelPartId
        A brief string description of the partition and its hierarchy
    • Constructor Detail

      • StackElement

        public StackElement​(GenericPartitionBoundaries<T> gpb,
                            int part,
                            String levelPartId)
        Constructs this StackElement
        Parameters:
        gpb - the given GenericPartitionBoundarie reference
        part - The partition index
        levelPartId - A brief string description of the partition and its hierarchy