public class net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator implements java.util.Iterator<java.util.List<java.lang.Class<?>>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator
  super_class: java.lang.Object
{
  private java.util.Iterator<? extends java.util.List<java.lang.Class<?>>> current;
    descriptor: Ljava/util/Iterator;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Iterator<+Ljava/util/List<Ljava/lang/Class<*>;>;>;

  private final java.util.List<java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>>> backlog;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Iterable<+Ljava/util/List<Ljava/lang/Class<*>;>;>;>;

  protected void <init>(java.util.List<java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>>>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator this
        start local 1 // java.util.List iterables
         0: .line 5621
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 5622
            aload 0 /* this */
            aload 1 /* iterables */
            putfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.backlog:Ljava/util/List;
         2: .line 5623
            aload 0 /* this */
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.forward:()V
         3: .line 5624
            return
        end local 1 // java.util.List iterables
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator;
            0    4     1  iterables  Ljava/util/List<Ljava/lang/Iterable<+Ljava/util/List<Ljava/lang/Class<*>;>;>;>;
    Signature: (Ljava/util/List<Ljava/lang/Iterable<+Ljava/util/List<Ljava/lang/Class<*>;>;>;>;)V
    MethodParameters:
           Name  Flags
      iterables  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator this
         0: .line 5630
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.current:Ljava/util/Iterator;
            ifnull 1
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.current:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator;

  public java.util.List<java.lang.Class<?>> next();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator this
         0: .line 5638
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.current:Ljava/util/Iterator;
            ifnull 4
         1: .line 5639
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.current:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.List
            astore 2
         2: .line 5644
            aload 0 /* this */
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.forward:()V
         3: .line 5639
            aload 2
            areturn
         4: .line 5641
      StackMap locals:
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         5: .line 5643
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         6: .line 5644
            aload 0 /* this */
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.forward:()V
         7: .line 5645
            aload 1
            athrow
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator;
      Exception table:
        from    to  target  type
           0     2       5  any
           4     5       5  any
    Signature: ()Ljava/util/List<Ljava/lang/Class<*>;>;

  private void forward();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator this
         0: .line 5652
            goto 2
         1: .line 5653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.backlog:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            checkcast java.lang.Iterable
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            putfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.current:Ljava/util/Iterator;
         2: .line 5652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.current:Ljava/util/Iterator;
            ifnull 3
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.current:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.backlog:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
         4: .line 5655
      StackMap locals:
      StackMap stack:
            return
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator this
         0: .line 5661
            new java.lang.UnsupportedOperationException
            dup
            ldc "remove"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator.next:()Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/util/List<Ljava/lang/Class<*>;>;>;
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 Listener = net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener of net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy
  public Compound = net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound of net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener
  protected CompoundIterable = net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable of net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound
  protected CompoundIterator = net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable$CompoundIterator of net.bytebuddy.agent.builder.AgentBuilder$RedefinitionStrategy$Listener$Compound$CompoundIterable