class org.eclipse.jetty.http.HttpFields$Mutable$ListItr implements java.util.ListIterator<org.eclipse.jetty.http.HttpField>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.http.HttpFields$Mutable$ListItr
  super_class: java.lang.Object
{
  int _cursor;
    descriptor: I
    flags: (0x0000) 

  int _current;
    descriptor: I
    flags: (0x0000) 

  final org.eclipse.jetty.http.HttpFields$Mutable this$1;
    descriptor: Lorg/eclipse/jetty/http/HttpFields$Mutable;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.jetty.http.HttpFields$Mutable);
    descriptor: (Lorg/eclipse/jetty/http/HttpFields$Mutable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
         0: .line 1343
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1346
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
         2: .line 1343
            return
        end local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
    MethodParameters:
        Name  Flags
      this$0  final

  public void add(org.eclipse.jetty.http.HttpField);
    descriptor: (Lorg/eclipse/jetty/http/HttpField;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
        start local 1 // org.eclipse.jetty.http.HttpField field
         0: .line 1351
            aload 1 /* field */
            ifnonnull 2
         1: .line 1352
            return
         2: .line 1354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
            arraylength
            iconst_1
            iadd
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField[]
            putfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
         3: .line 1355
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            dup
            getfield org.eclipse.jetty.http.HttpFields$Mutable._size:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jetty.http.HttpFields$Mutable._size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 1356
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            aload 1 /* field */
            aastore
         5: .line 1357
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
         6: .line 1358
            return
        end local 1 // org.eclipse.jetty.http.HttpField field
        end local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
            0    7     1  field  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
       Name  Flags
      field  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
         0: .line 1363
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getfield org.eclipse.jetty.http.HttpFields$Mutable._size:I
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
         0: .line 1369
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;

  public org.eclipse.jetty.http.HttpField next();
    descriptor: ()Lorg/eclipse/jetty/http/HttpField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
         0: .line 1375
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getfield org.eclipse.jetty.http.HttpFields$Mutable._size:I
            if_icmpne 2
         1: .line 1376
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 1377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
         3: .line 1378
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
            aaload
            areturn
        end local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
         0: .line 1384
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            iconst_1
            iadd
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;

  public org.eclipse.jetty.http.HttpField previous();
    descriptor: ()Lorg/eclipse/jetty/http/HttpField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
         0: .line 1390
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            ifne 2
         1: .line 1391
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 1392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            iconst_1
            isub
            dup_x1
            putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
         3: .line 1393
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
            aaload
            areturn
        end local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
         0: .line 1399
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
            iconst_1
            isub
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
         0: .line 1405
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
            ifge 2
         1: .line 1406
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.remove:(I)V
         3: .line 1408
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
            putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
         4: .line 1409
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
         5: .line 1410
            return
        end local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;

  public void set(org.eclipse.jetty.http.HttpField);
    descriptor: (Lorg/eclipse/jetty/http/HttpField;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
        start local 1 // org.eclipse.jetty.http.HttpField field
         0: .line 1415
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
            ifge 2
         1: .line 1416
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1417
      StackMap locals:
      StackMap stack:
            aload 1 /* field */
            ifnonnull 4
         3: .line 1418
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable$ListItr.remove:()V
            goto 5
         4: .line 1420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
            aload 1 /* field */
            aastore
         5: .line 1421
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jetty.http.HttpField field
        end local 0 // org.eclipse.jetty.http.HttpFields$Mutable$ListItr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
            0    6     1  field  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
       Name  Flags
      field  

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.jetty.http.HttpField
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable$ListItr.set:(Lorg/eclipse/jetty/http/HttpField;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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 org.eclipse.jetty.http.HttpFields$Mutable$ListItr.next:()Lorg/eclipse/jetty/http/HttpField;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object previous();
    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 org.eclipse.jetty.http.HttpFields$Mutable$ListItr.previous:()Lorg/eclipse/jetty/http/HttpField;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.jetty.http.HttpField
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable$ListItr.add:(Lorg/eclipse/jetty/http/HttpField;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/ListIterator<Lorg/eclipse/jetty/http/HttpField;>;
SourceFile: "HttpFields.java"
NestHost: org.eclipse.jetty.http.HttpFields
InnerClasses:
  public Mutable = org.eclipse.jetty.http.HttpFields$Mutable of org.eclipse.jetty.http.HttpFields
  private ListItr = org.eclipse.jetty.http.HttpFields$Mutable$ListItr of org.eclipse.jetty.http.HttpFields$Mutable