class io.undertow.util.HeaderMap$1 implements java.util.Iterator<io.undertow.util.HeaderValues>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.util.HeaderMap$1
  super_class: java.lang.Object
{
  final java.lang.Object[] table;
    descriptor: [Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  boolean consumed;
    descriptor: Z
    flags: (0x0000) 

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

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

  final io.undertow.util.HeaderMap this$0;
    descriptor: Lio/undertow/util/HeaderMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.undertow.util.HeaderMap);
    descriptor: (Lio/undertow/util/HeaderMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.HeaderMap$1 this
         0: .line 566
            aload 0 /* this */
            aload 1
            putfield io.undertow.util.HeaderMap$1.this$0:Lio/undertow/util/HeaderMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 567
            aload 0 /* this */
            aload 1
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            putfield io.undertow.util.HeaderMap$1.table:[Ljava/lang/Object;
         2: .line 566
            return
        end local 0 // io.undertow.util.HeaderMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/util/HeaderMap$1;
    MethodParameters:
        Name  Flags
      this$0  final

  private io.undertow.util.HeaderValues _next();
    descriptor: ()Lio/undertow/util/HeaderValues;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // io.undertow.util.HeaderMap$1 this
         0: .line 573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap$1.ri:I
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap$1.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
         1: .line 574
            aconst_null
            areturn
         2: .line 576
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap$1.table:[Ljava/lang/Object;
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap$1.ri:I
            aaload
            astore 1 /* o */
        start local 1 // java.lang.Object o
         3: .line 577
            aload 1 /* o */
            ifnonnull 8
         4: .line 579
            aload 0 /* this */
            dup
            getfield io.undertow.util.HeaderMap$1.ri:I
            iconst_1
            iadd
            putfield io.undertow.util.HeaderMap$1.ri:I
         5: .line 580
            aload 0 /* this */
            iconst_0
            putfield io.undertow.util.HeaderMap$1.ci:I
         6: .line 581
            aload 0 /* this */
            iconst_0
            putfield io.undertow.util.HeaderMap$1.consumed:Z
         7: .line 582
            goto 0
         8: .line 584
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* o */
            instanceof io.undertow.util.HeaderValues
            ifeq 15
         9: .line 586
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap$1.ci:I
            ifgt 10
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap$1.consumed:Z
            ifeq 14
        10: .line 587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.undertow.util.HeaderMap$1.ri:I
            iconst_1
            iadd
            putfield io.undertow.util.HeaderMap$1.ri:I
        11: .line 588
            aload 0 /* this */
            iconst_0
            putfield io.undertow.util.HeaderMap$1.ci:I
        12: .line 589
            aload 0 /* this */
            iconst_0
            putfield io.undertow.util.HeaderMap$1.consumed:Z
        13: .line 590
            goto 0
        14: .line 592
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.undertow.util.HeaderValues
            areturn
        15: .line 594
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.undertow.util.HeaderValues[]
            astore 2 /* row */
        start local 2 // io.undertow.util.HeaderValues[] row
        16: .line 595
            aload 2 /* row */
            arraylength
            istore 3 /* len */
        start local 3 // int len
        17: .line 596
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap$1.ci:I
            iload 3 /* len */
            if_icmplt 22
        18: .line 597
            aload 0 /* this */
            dup
            getfield io.undertow.util.HeaderMap$1.ri:I
            iconst_1
            iadd
            putfield io.undertow.util.HeaderMap$1.ri:I
        19: .line 598
            aload 0 /* this */
            iconst_0
            putfield io.undertow.util.HeaderMap$1.ci:I
        20: .line 599
            aload 0 /* this */
            iconst_0
            putfield io.undertow.util.HeaderMap$1.consumed:Z
        21: .line 600
            goto 0
        22: .line 602
      StackMap locals: io.undertow.util.HeaderValues[] int
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap$1.consumed:Z
            ifeq 26
        23: .line 603
            aload 0 /* this */
            dup
            getfield io.undertow.util.HeaderMap$1.ci:I
            iconst_1
            iadd
            putfield io.undertow.util.HeaderMap$1.ci:I
        24: .line 604
            aload 0 /* this */
            iconst_0
            putfield io.undertow.util.HeaderMap$1.consumed:Z
        25: .line 605
            goto 0
        26: .line 607
      StackMap locals:
      StackMap stack:
            aload 2 /* row */
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap$1.ci:I
            aaload
            astore 4 /* headerValues */
        start local 4 // io.undertow.util.HeaderValues headerValues
        27: .line 608
            aload 4 /* headerValues */
            ifnonnull 30
        28: .line 609
            aload 0 /* this */
            dup
            getfield io.undertow.util.HeaderMap$1.ci:I
            iconst_1
            iadd
            putfield io.undertow.util.HeaderMap$1.ci:I
        29: .line 610
            goto 0
        30: .line 612
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 4 /* headerValues */
            areturn
        end local 4 // io.undertow.util.HeaderValues headerValues
        end local 3 // int len
        end local 2 // io.undertow.util.HeaderValues[] row
        end local 1 // java.lang.Object o
        end local 0 // io.undertow.util.HeaderMap$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   31     0          this  Lio/undertow/util/HeaderMap$1;
            3   31     1             o  Ljava/lang/Object;
           16   31     2           row  [Lio/undertow/util/HeaderValues;
           17   31     3           len  I
           27   31     4  headerValues  Lio/undertow/util/HeaderValues;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderMap$1 this
         0: .line 617
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderMap$1._next:()Lio/undertow/util/HeaderValues;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.undertow.util.HeaderMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/util/HeaderMap$1;

  public io.undertow.util.HeaderValues next();
    descriptor: ()Lio/undertow/util/HeaderValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.undertow.util.HeaderMap$1 this
         0: .line 621
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderMap$1._next:()Lio/undertow/util/HeaderValues;
            astore 1 /* next */
        start local 1 // io.undertow.util.HeaderValues next
         1: .line 622
            aload 1 /* next */
            ifnonnull 3
         2: .line 623
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 625
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.undertow.util.HeaderMap$1.consumed:Z
         4: .line 626
            aload 1 /* next */
            areturn
        end local 1 // io.undertow.util.HeaderValues next
        end local 0 // io.undertow.util.HeaderMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/undertow/util/HeaderMap$1;
            1    5     1  next  Lio/undertow/util/HeaderValues;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderMap$1 this
         0: .line 630
            return
        end local 0 // io.undertow.util.HeaderMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderMap$1;

  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 io.undertow.util.HeaderMap$1.next:()Lio/undertow/util/HeaderValues;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lio/undertow/util/HeaderValues;>;
SourceFile: "HeaderMap.java"
EnclosingMethod: io.undertow.util.HeaderMap.iterator:()Ljava/util/Iterator;
NestHost: io.undertow.util.HeaderMap
InnerClasses:
  io.undertow.util.HeaderMap$1