public class net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping implements net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping
  super_class: java.lang.Object
{
  private final java.util.Collection<? extends net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>> matchers;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<+Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;>;

  public void <init>(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>[]);
    descriptor: ([Lnet/bytebuddy/matcher/ElementMatcher;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping this
        start local 1 // net.bytebuddy.matcher.ElementMatcher[] matcher
         0: .line 4840
            aload 0 /* this */
            new java.util.LinkedHashSet
            dup
            aload 1 /* matcher */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.LinkedHashSet.<init>:(Ljava/util/Collection;)V
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping.<init>:(Ljava/util/Collection;)V
         1: .line 4841
            return
        end local 1 // net.bytebuddy.matcher.ElementMatcher[] matcher
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping;
            0    2     1  matcher  [Lnet/bytebuddy/matcher/ElementMatcher;
    Signature: ([Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;)V
    MethodParameters:
         Name  Flags
      matcher  

  public void <init>(java.util.Collection<? extends net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping this
        start local 1 // java.util.Collection matchers
         0: .line 4849
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 4850
            aload 0 /* this */
            aload 1 /* matchers */
            putfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping.matchers:Ljava/util/Collection;
         2: .line 4851
            return
        end local 1 // java.util.Collection matchers
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping;
            0    3     1  matchers  Ljava/util/Collection<+Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;>;
    Signature: (Ljava/util/Collection<+Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;>;)V
    MethodParameters:
          Name  Flags
      matchers  

  public net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator withMinimum(int);
    descriptor: (I)Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping this
        start local 1 // int threshold
         0: .line 4861
            iload 1 /* threshold */
            aload 0 /* this */
            invokestatic net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$Slicing.withMinimum:(ILnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator;)Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator;
            areturn
        end local 1 // int threshold
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping;
            0    1     1  threshold  I
    MethodParameters:
           Name  Flags
      threshold  

  public net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator withMaximum(int);
    descriptor: (I)Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping this
        start local 1 // int threshold
         0: .line 4872
            iload 1 /* threshold */
            aload 0 /* this */
            invokestatic net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$Slicing.withMaximum:(ILnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator;)Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator;
            areturn
        end local 1 // int threshold
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping;
            0    1     1  threshold  I
    MethodParameters:
           Name  Flags
      threshold  

  public net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator withinRange(int, int);
    descriptor: (II)Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping this
        start local 1 // int minimum
        start local 2 // int maximum
         0: .line 4884
            iload 1 /* minimum */
            iload 2 /* maximum */
            aload 0 /* this */
            invokestatic net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$Slicing.withinRange:(IILnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator;)Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator;
            areturn
        end local 2 // int maximum
        end local 1 // int minimum
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping;
            0    1     1  minimum  I
            0    1     2  maximum  I
    MethodParameters:
         Name  Flags
      minimum  
      maximum  

  public java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>> batch(java.util.List<java.lang.Class<?>>);
    descriptor: (Ljava/util/List;)Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping this
        start local 1 // java.util.List types
         0: .line 4891
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            astore 2 /* matched */
        start local 2 // java.util.Map matched
         1: .line 4892
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* unmatched */
        start local 3 // java.util.List unmatched
         2: .line 4893
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping.matchers:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping java.util.List java.util.Map java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.matcher.ElementMatcher
            astore 4 /* matcher */
        start local 4 // net.bytebuddy.matcher.ElementMatcher matcher
         4: .line 4894
            aload 2 /* matched */
            aload 4 /* matcher */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // net.bytebuddy.matcher.ElementMatcher matcher
         5: .line 4893
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 4897
            aload 1 /* types */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 15
      StackMap locals:
      StackMap stack:
         7: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Class
            astore 4 /* type */
        start local 4 // java.lang.Class type
         8: .line 4898
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping.matchers:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 7
            goto 13
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping java.util.List java.util.Map java.util.List java.lang.Class java.util.Iterator top java.util.Iterator
      StackMap stack:
         9: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.matcher.ElementMatcher
            astore 6 /* matcher */
        start local 6 // net.bytebuddy.matcher.ElementMatcher matcher
        10: .line 4899
            aload 6 /* matcher */
            aload 4 /* type */
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ifeq 13
        11: .line 4900
            aload 2 /* matched */
            aload 6 /* matcher */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            aload 4 /* type */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        12: .line 4901
            goto 15
        end local 6 // net.bytebuddy.matcher.ElementMatcher matcher
        13: .line 4898
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        14: .line 4904
            aload 3 /* unmatched */
            aload 4 /* type */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.Class type
        15: .line 4897
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping java.util.List java.util.Map java.util.List top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        16: .line 4906
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping.matchers:Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            iconst_1
            iadd
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* batches */
        start local 4 // java.util.List batches
        17: .line 4907
            aload 2 /* matched */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 6
            goto 21
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping java.util.List java.util.Map java.util.List java.util.List top java.util.Iterator
      StackMap stack:
        18: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.List
            astore 5 /* batch */
        start local 5 // java.util.List batch
        19: .line 4908
            aload 5 /* batch */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 21
        20: .line 4909
            aload 4 /* batches */
            aload 5 /* batch */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // java.util.List batch
        21: .line 4907
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 18
        22: .line 4912
            aload 3 /* unmatched */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 24
        23: .line 4913
            aload 4 /* batches */
            aload 3 /* unmatched */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        24: .line 4915
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping java.util.List java.util.Map java.util.List java.util.List
      StackMap stack:
            aload 4 /* batches */
            areturn
        end local 4 // java.util.List batches
        end local 3 // java.util.List unmatched
        end local 2 // java.util.Map matched
        end local 1 // java.util.List types
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   25     0       this  Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping;
            0   25     1      types  Ljava/util/List<Ljava/lang/Class<*>;>;
            1   25     2    matched  Ljava/util/Map<Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;Ljava/util/List<Ljava/lang/Class<*>;>;>;
            2   25     3  unmatched  Ljava/util/List<Ljava/lang/Class<*>;>;
            4    5     4    matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
            8   15     4       type  Ljava/lang/Class<*>;
           10   13     6    matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
           17   25     4    batches  Ljava/util/List<Ljava/util/List<Ljava/lang/Class<*>;>;>;
           19   21     5      batch  Ljava/util/List<Ljava/lang/Class<*>;>;
    Signature: (Ljava/util/List<Ljava/lang/Class<*>;>;)Ljava/lang/Iterable<+Ljava/util/List<Ljava/lang/Class<*>;>;>;
    MethodParameters:
       Name  Flags
      types  
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract RedefinitionStrategy = net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy of net.bytebuddy.agent.builder.AgentBuilder
  public abstract BatchAllocator = net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator of net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy
  public ForMatchedGrouping = net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$ForMatchedGrouping of net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator
  public Slicing = net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator$Slicing of net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$BatchAllocator
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()