Class AgentBuilder.RedefinitionStrategy.BatchAllocator.Slicing.SlicingIterable

    • Constructor Detail

      • SlicingIterable

        protected SlicingIterable​(int minimum,
                                  int maximum,
                                  Iterable<? extends List<Class<?>>> iterable)
        Creates a new slicing iterable.
        Parameters:
        minimum - The minimum size of any slice.
        maximum - The maximum size of any slice.
        iterable - The delegate iterable.