class lombok.core.LombokImmutableList$1 implements java.util.Iterator<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.core.LombokImmutableList$1
  super_class: java.lang.Object
{
  private int idx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final lombok.core.LombokImmutableList this$0;
    descriptor: Llombok/core/LombokImmutableList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(lombok.core.LombokImmutableList);
    descriptor: (Llombok/core/LombokImmutableList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // lombok.core.LombokImmutableList$1 this
         0: .line 163
            aload 0 /* this */
            aload 1
            putfield lombok.core.LombokImmutableList$1.this$0:Llombok/core/LombokImmutableList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 164
            aload 0 /* this */
            iconst_0
            putfield lombok.core.LombokImmutableList$1.idx:I
         2: .line 163
            return
        end local 0 // lombok.core.LombokImmutableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Llombok/core/LombokImmutableList$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // lombok.core.LombokImmutableList$1 this
         0: .line 166
            aload 0 /* this */
            getfield lombok.core.LombokImmutableList$1.idx:I
            aload 0 /* this */
            getfield lombok.core.LombokImmutableList$1.this$0:Llombok/core/LombokImmutableList;
            getfield lombok.core.LombokImmutableList.content:[Ljava/lang/Object;
            arraylength
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // lombok.core.LombokImmutableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Llombok/core/LombokImmutableList$1;

  public T next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // lombok.core.LombokImmutableList$1 this
         0: .line 171
            aload 0 /* this */
            getfield lombok.core.LombokImmutableList$1.idx:I
            aload 0 /* this */
            getfield lombok.core.LombokImmutableList$1.this$0:Llombok/core/LombokImmutableList;
            getfield lombok.core.LombokImmutableList.content:[Ljava/lang/Object;
            arraylength
            if_icmpge 1
            aload 0 /* this */
            getfield lombok.core.LombokImmutableList$1.this$0:Llombok/core/LombokImmutableList;
            getfield lombok.core.LombokImmutableList.content:[Ljava/lang/Object;
            aload 0 /* this */
            dup
            getfield lombok.core.LombokImmutableList$1.idx:I
            dup_x1
            iconst_1
            iadd
            putfield lombok.core.LombokImmutableList$1.idx:I
            aaload
            areturn
         1: .line 172
      StackMap locals:
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // lombok.core.LombokImmutableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Llombok/core/LombokImmutableList$1;
    Signature: ()TT;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.core.LombokImmutableList$1 this
         0: .line 176
            new java.lang.UnsupportedOperationException
            dup
            ldc "List is immutable"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.core.LombokImmutableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/LombokImmutableList$1;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TT;>;
SourceFile: "LombokImmutableList.java"
EnclosingMethod: lombok.core.LombokImmutableList.iterator:()Ljava/util/Iterator;
NestHost: lombok.core.LombokImmutableList
InnerClasses:
  lombok.core.LombokImmutableList$1