public final class io.undertow.util.HeaderMap implements java.lang.Iterable<io.undertow.util.HeaderValues>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.undertow.util.HeaderMap
  super_class: java.lang.Object
{
  private java.lang.Object[] table;
    descriptor: [Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private int size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.Collection<io.undertow.util.HttpString> headerNames;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Lio/undertow/util/HttpString;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 33
            ldc Lio/undertow/util/HeaderMap;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic io.undertow.util.HeaderMap.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderMap this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            bipush 16
            anewarray java.lang.Object
            putfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
         2: .line 41
            return
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/util/HeaderMap;

  private io.undertow.util.HeaderValues getEntry(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
         0: .line 44
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 45
            aconst_null
            areturn
         2: .line 47
      StackMap locals:
      StackMap stack:
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HttpString.hashCode:()I
            istore 2 /* hc */
        start local 2 // int hc
         3: .line 48
            iload 2 /* hc */
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            arraylength
            iconst_1
            isub
            iand
            istore 3 /* idx */
        start local 3 // int idx
         4: .line 49
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            iload 3 /* idx */
            aaload
            astore 4 /* o */
        start local 4 // java.lang.Object o
         5: .line 50
            aload 4 /* o */
            ifnonnull 7
         6: .line 51
            aconst_null
            areturn
         7: .line 54
      StackMap locals: int int java.lang.Object
      StackMap stack:
            aload 4 /* o */
            instanceof io.undertow.util.HeaderValues
            ifeq 12
         8: .line 55
            aload 4 /* o */
            checkcast io.undertow.util.HeaderValues
            astore 5 /* headerValues */
        start local 5 // io.undertow.util.HeaderValues headerValues
         9: .line 56
            aload 1 /* headerName */
            aload 5 /* headerValues */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            invokevirtual io.undertow.util.HttpString.equals:(Lio/undertow/util/HttpString;)Z
            ifne 11
        10: .line 57
            aconst_null
            areturn
        11: .line 59
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 5 /* headerValues */
            areturn
        end local 5 // io.undertow.util.HeaderValues headerValues
        12: .line 61
      StackMap locals:
      StackMap stack:
            aload 4 /* o */
            checkcast io.undertow.util.HeaderValues[]
            astore 6 /* row */
        start local 6 // io.undertow.util.HeaderValues[] row
        13: .line 62
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        14: goto 19
        15: .line 63
      StackMap locals: io.undertow.util.HeaderMap io.undertow.util.HttpString int int java.lang.Object top io.undertow.util.HeaderValues[] int
      StackMap stack:
            aload 6 /* row */
            iload 7 /* i */
            aaload
            astore 5 /* headerValues */
        start local 5 // io.undertow.util.HeaderValues headerValues
        16: .line 64
            aload 5 /* headerValues */
            ifnull 18
            aload 1 /* headerName */
            aload 5 /* headerValues */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            invokevirtual io.undertow.util.HttpString.equals:(Lio/undertow/util/HttpString;)Z
            ifeq 18
        17: .line 65
            aload 5 /* headerValues */
            areturn
        18: .line 62
      StackMap locals: io.undertow.util.HeaderMap io.undertow.util.HttpString int int java.lang.Object io.undertow.util.HeaderValues io.undertow.util.HeaderValues[] int
      StackMap stack:
            iinc 7 /* i */ 1
        end local 5 // io.undertow.util.HeaderValues headerValues
      StackMap locals: io.undertow.util.HeaderMap io.undertow.util.HttpString int int java.lang.Object top io.undertow.util.HeaderValues[] int
      StackMap stack:
        19: iload 7 /* i */
            aload 6 /* row */
            arraylength
            if_icmplt 15
        end local 7 // int i
        20: .line 68
            aconst_null
            areturn
        end local 6 // io.undertow.util.HeaderValues[] row
        end local 4 // java.lang.Object o
        end local 3 // int idx
        end local 2 // int hc
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lio/undertow/util/HeaderMap;
            0   21     1    headerName  Lio/undertow/util/HttpString;
            3   21     2            hc  I
            4   21     3           idx  I
            5   21     4             o  Ljava/lang/Object;
            9   12     5  headerValues  Lio/undertow/util/HeaderValues;
           16   19     5  headerValues  Lio/undertow/util/HeaderValues;
           13   21     6           row  [Lio/undertow/util/HeaderValues;
           14   20     7             i  I
    MethodParameters:
            Name  Flags
      headerName  final

  private io.undertow.util.HeaderValues getEntry(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/undertow/util/HeaderValues;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // java.lang.String headerName
         0: .line 74
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 75
            aconst_null
            areturn
         2: .line 77
      StackMap locals:
      StackMap stack:
            aload 1 /* headerName */
            invokestatic io.undertow.util.HttpString.hashCodeOf:(Ljava/lang/String;)I
            istore 2 /* hc */
        start local 2 // int hc
         3: .line 78
            iload 2 /* hc */
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            arraylength
            iconst_1
            isub
            iand
            istore 3 /* idx */
        start local 3 // int idx
         4: .line 79
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            iload 3 /* idx */
            aaload
            astore 4 /* o */
        start local 4 // java.lang.Object o
         5: .line 80
            aload 4 /* o */
            ifnonnull 7
         6: .line 81
            aconst_null
            areturn
         7: .line 84
      StackMap locals: int int java.lang.Object
      StackMap stack:
            aload 4 /* o */
            instanceof io.undertow.util.HeaderValues
            ifeq 12
         8: .line 85
            aload 4 /* o */
            checkcast io.undertow.util.HeaderValues
            astore 5 /* headerValues */
        start local 5 // io.undertow.util.HeaderValues headerValues
         9: .line 86
            aload 5 /* headerValues */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HttpString.equalToString:(Ljava/lang/String;)Z
            ifne 11
        10: .line 87
            aconst_null
            areturn
        11: .line 89
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 5 /* headerValues */
            areturn
        end local 5 // io.undertow.util.HeaderValues headerValues
        12: .line 91
      StackMap locals:
      StackMap stack:
            aload 4 /* o */
            checkcast io.undertow.util.HeaderValues[]
            astore 6 /* row */
        start local 6 // io.undertow.util.HeaderValues[] row
        13: .line 92
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        14: goto 19
        15: .line 93
      StackMap locals: io.undertow.util.HeaderMap java.lang.String int int java.lang.Object top io.undertow.util.HeaderValues[] int
      StackMap stack:
            aload 6 /* row */
            iload 7 /* i */
            aaload
            astore 5 /* headerValues */
        start local 5 // io.undertow.util.HeaderValues headerValues
        16: .line 94
            aload 5 /* headerValues */
            ifnull 18
            aload 5 /* headerValues */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HttpString.equalToString:(Ljava/lang/String;)Z
            ifeq 18
        17: .line 95
            aload 5 /* headerValues */
            areturn
        18: .line 92
      StackMap locals: io.undertow.util.HeaderMap java.lang.String int int java.lang.Object io.undertow.util.HeaderValues io.undertow.util.HeaderValues[] int
      StackMap stack:
            iinc 7 /* i */ 1
        end local 5 // io.undertow.util.HeaderValues headerValues
      StackMap locals: io.undertow.util.HeaderMap java.lang.String int int java.lang.Object top io.undertow.util.HeaderValues[] int
      StackMap stack:
        19: iload 7 /* i */
            aload 6 /* row */
            arraylength
            if_icmplt 15
        end local 7 // int i
        20: .line 98
            aconst_null
            areturn
        end local 6 // io.undertow.util.HeaderValues[] row
        end local 4 // java.lang.Object o
        end local 3 // int idx
        end local 2 // int hc
        end local 1 // java.lang.String headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lio/undertow/util/HeaderMap;
            0   21     1    headerName  Ljava/lang/String;
            3   21     2            hc  I
            4   21     3           idx  I
            5   21     4             o  Ljava/lang/Object;
            9   12     5  headerValues  Lio/undertow/util/HeaderValues;
           16   19     5  headerValues  Lio/undertow/util/HeaderValues;
           13   21     6           row  [Lio/undertow/util/HeaderValues;
           14   20     7             i  I
    MethodParameters:
            Name  Flags
      headerName  final

  private io.undertow.util.HeaderValues removeEntry(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
         0: .line 103
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 104
            aconst_null
            areturn
         2: .line 106
      StackMap locals:
      StackMap stack:
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HttpString.hashCode:()I
            istore 2 /* hc */
        start local 2 // int hc
         3: .line 107
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            astore 3 /* table */
        start local 3 // java.lang.Object[] table
         4: .line 108
            iload 2 /* hc */
            aload 3 /* table */
            arraylength
            iconst_1
            isub
            iand
            istore 4 /* idx */
        start local 4 // int idx
         5: .line 109
            aload 3 /* table */
            iload 4 /* idx */
            aaload
            astore 5 /* o */
        start local 5 // java.lang.Object o
         6: .line 110
            aload 5 /* o */
            ifnonnull 8
         7: .line 111
            aconst_null
            areturn
         8: .line 114
      StackMap locals: io.undertow.util.HeaderMap io.undertow.util.HttpString int java.lang.Object[] int java.lang.Object
      StackMap stack:
            aload 5 /* o */
            instanceof io.undertow.util.HeaderValues
            ifeq 15
         9: .line 115
            aload 5 /* o */
            checkcast io.undertow.util.HeaderValues
            astore 6 /* headerValues */
        start local 6 // io.undertow.util.HeaderValues headerValues
        10: .line 116
            aload 1 /* headerName */
            aload 6 /* headerValues */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            invokevirtual io.undertow.util.HttpString.equals:(Lio/undertow/util/HttpString;)Z
            ifne 12
        11: .line 117
            aconst_null
            areturn
        12: .line 119
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 3 /* table */
            iload 4 /* idx */
            aconst_null
            aastore
        13: .line 120
            aload 0 /* this */
            dup
            getfield io.undertow.util.HeaderMap.size:I
            iconst_1
            isub
            putfield io.undertow.util.HeaderMap.size:I
        14: .line 121
            aload 6 /* headerValues */
            areturn
        end local 6 // io.undertow.util.HeaderValues headerValues
        15: .line 123
      StackMap locals:
      StackMap stack:
            aload 5 /* o */
            checkcast io.undertow.util.HeaderValues[]
            astore 7 /* row */
        start local 7 // io.undertow.util.HeaderValues[] row
        16: .line 124
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        17: goto 24
        18: .line 125
      StackMap locals: io.undertow.util.HeaderMap io.undertow.util.HttpString int java.lang.Object[] int java.lang.Object top io.undertow.util.HeaderValues[] int
      StackMap stack:
            aload 7 /* row */
            iload 8 /* i */
            aaload
            astore 6 /* headerValues */
        start local 6 // io.undertow.util.HeaderValues headerValues
        19: .line 126
            aload 6 /* headerValues */
            ifnull 23
            aload 1 /* headerName */
            aload 6 /* headerValues */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            invokevirtual io.undertow.util.HttpString.equals:(Lio/undertow/util/HttpString;)Z
            ifeq 23
        20: .line 127
            aload 7 /* row */
            iload 8 /* i */
            aconst_null
            aastore
        21: .line 128
            aload 0 /* this */
            dup
            getfield io.undertow.util.HeaderMap.size:I
            iconst_1
            isub
            putfield io.undertow.util.HeaderMap.size:I
        22: .line 129
            aload 6 /* headerValues */
            areturn
        23: .line 124
      StackMap locals: io.undertow.util.HeaderMap io.undertow.util.HttpString int java.lang.Object[] int java.lang.Object io.undertow.util.HeaderValues io.undertow.util.HeaderValues[] int
      StackMap stack:
            iinc 8 /* i */ 1
        end local 6 // io.undertow.util.HeaderValues headerValues
      StackMap locals: io.undertow.util.HeaderMap io.undertow.util.HttpString int java.lang.Object[] int java.lang.Object top io.undertow.util.HeaderValues[] int
      StackMap stack:
        24: iload 8 /* i */
            aload 7 /* row */
            arraylength
            if_icmplt 18
        end local 8 // int i
        25: .line 132
            aconst_null
            areturn
        end local 7 // io.undertow.util.HeaderValues[] row
        end local 5 // java.lang.Object o
        end local 4 // int idx
        end local 3 // java.lang.Object[] table
        end local 2 // int hc
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lio/undertow/util/HeaderMap;
            0   26     1    headerName  Lio/undertow/util/HttpString;
            3   26     2            hc  I
            4   26     3         table  [Ljava/lang/Object;
            5   26     4           idx  I
            6   26     5             o  Ljava/lang/Object;
           10   15     6  headerValues  Lio/undertow/util/HeaderValues;
           19   24     6  headerValues  Lio/undertow/util/HeaderValues;
           16   26     7           row  [Lio/undertow/util/HeaderValues;
           17   25     8             i  I
    MethodParameters:
            Name  Flags
      headerName  final

  private io.undertow.util.HeaderValues removeEntry(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/undertow/util/HeaderValues;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // java.lang.String headerName
         0: .line 138
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 139
            aconst_null
            areturn
         2: .line 141
      StackMap locals:
      StackMap stack:
            aload 1 /* headerName */
            invokestatic io.undertow.util.HttpString.hashCodeOf:(Ljava/lang/String;)I
            istore 2 /* hc */
        start local 2 // int hc
         3: .line 142
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            astore 3 /* table */
        start local 3 // java.lang.Object[] table
         4: .line 143
            iload 2 /* hc */
            aload 3 /* table */
            arraylength
            iconst_1
            isub
            iand
            istore 4 /* idx */
        start local 4 // int idx
         5: .line 144
            aload 3 /* table */
            iload 4 /* idx */
            aaload
            astore 5 /* o */
        start local 5 // java.lang.Object o
         6: .line 145
            aload 5 /* o */
            ifnonnull 8
         7: .line 146
            aconst_null
            areturn
         8: .line 149
      StackMap locals: io.undertow.util.HeaderMap java.lang.String int java.lang.Object[] int java.lang.Object
      StackMap stack:
            aload 5 /* o */
            instanceof io.undertow.util.HeaderValues
            ifeq 15
         9: .line 150
            aload 5 /* o */
            checkcast io.undertow.util.HeaderValues
            astore 6 /* headerValues */
        start local 6 // io.undertow.util.HeaderValues headerValues
        10: .line 151
            aload 6 /* headerValues */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HttpString.equalToString:(Ljava/lang/String;)Z
            ifne 12
        11: .line 152
            aconst_null
            areturn
        12: .line 154
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 3 /* table */
            iload 4 /* idx */
            aconst_null
            aastore
        13: .line 155
            aload 0 /* this */
            dup
            getfield io.undertow.util.HeaderMap.size:I
            iconst_1
            isub
            putfield io.undertow.util.HeaderMap.size:I
        14: .line 156
            aload 6 /* headerValues */
            areturn
        end local 6 // io.undertow.util.HeaderValues headerValues
        15: .line 158
      StackMap locals:
      StackMap stack:
            aload 5 /* o */
            checkcast io.undertow.util.HeaderValues[]
            astore 7 /* row */
        start local 7 // io.undertow.util.HeaderValues[] row
        16: .line 159
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        17: goto 24
        18: .line 160
      StackMap locals: io.undertow.util.HeaderMap java.lang.String int java.lang.Object[] int java.lang.Object top io.undertow.util.HeaderValues[] int
      StackMap stack:
            aload 7 /* row */
            iload 8 /* i */
            aaload
            astore 6 /* headerValues */
        start local 6 // io.undertow.util.HeaderValues headerValues
        19: .line 161
            aload 6 /* headerValues */
            ifnull 23
            aload 6 /* headerValues */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HttpString.equalToString:(Ljava/lang/String;)Z
            ifeq 23
        20: .line 162
            aload 7 /* row */
            iload 8 /* i */
            aconst_null
            aastore
        21: .line 163
            aload 0 /* this */
            dup
            getfield io.undertow.util.HeaderMap.size:I
            iconst_1
            isub
            putfield io.undertow.util.HeaderMap.size:I
        22: .line 164
            aload 6 /* headerValues */
            areturn
        23: .line 159
      StackMap locals: io.undertow.util.HeaderMap java.lang.String int java.lang.Object[] int java.lang.Object io.undertow.util.HeaderValues io.undertow.util.HeaderValues[] int
      StackMap stack:
            iinc 8 /* i */ 1
        end local 6 // io.undertow.util.HeaderValues headerValues
      StackMap locals: io.undertow.util.HeaderMap java.lang.String int java.lang.Object[] int java.lang.Object top io.undertow.util.HeaderValues[] int
      StackMap stack:
        24: iload 8 /* i */
            aload 7 /* row */
            arraylength
            if_icmplt 18
        end local 8 // int i
        25: .line 167
            aconst_null
            areturn
        end local 7 // io.undertow.util.HeaderValues[] row
        end local 5 // java.lang.Object o
        end local 4 // int idx
        end local 3 // java.lang.Object[] table
        end local 2 // int hc
        end local 1 // java.lang.String headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lio/undertow/util/HeaderMap;
            0   26     1    headerName  Ljava/lang/String;
            3   26     2            hc  I
            4   26     3         table  [Ljava/lang/Object;
            5   26     4           idx  I
            6   26     5             o  Ljava/lang/Object;
           10   15     6  headerValues  Lio/undertow/util/HeaderValues;
           19   24     6  headerValues  Lio/undertow/util/HeaderValues;
           16   26     7           row  [Lio/undertow/util/HeaderValues;
           17   25     8             i  I
    MethodParameters:
            Name  Flags
      headerName  final

  private void resize();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // io.undertow.util.HeaderMap this
         0: .line 172
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            arraylength
            istore 1 /* oldLen */
        start local 1 // int oldLen
         1: .line 173
            iload 1 /* oldLen */
            ldc 1073741824
            if_icmpne 3
         2: .line 174
            return
         3: .line 176
      StackMap locals: int
      StackMap stack:
            getstatic io.undertow.util.HeaderMap.$assertionsDisabled:Z
            ifne 4
            iload 1 /* oldLen */
            invokestatic java.lang.Integer.bitCount:(I)I
            iconst_1
            if_icmpeq 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            iload 1 /* oldLen */
            iconst_1
            ishl
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            astore 2 /* newTable */
        start local 2 // java.lang.Object[] newTable
         5: .line 178
            aload 0 /* this */
            aload 2 /* newTable */
            putfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
         6: .line 179
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 31
         8: .line 180
      StackMap locals: java.lang.Object[] int
      StackMap stack:
            aload 2 /* newTable */
            iload 3 /* i */
            aaload
            ifnonnull 10
         9: .line 181
            goto 30
        10: .line 183
      StackMap locals:
      StackMap stack:
            aload 2 /* newTable */
            iload 3 /* i */
            aaload
            instanceof io.undertow.util.HeaderValues
            ifeq 16
        11: .line 184
            aload 2 /* newTable */
            iload 3 /* i */
            aaload
            checkcast io.undertow.util.HeaderValues
            astore 4 /* e */
        start local 4 // io.undertow.util.HeaderValues e
        12: .line 185
            aload 4 /* e */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            invokevirtual io.undertow.util.HttpString.hashCode:()I
            iload 1 /* oldLen */
            iand
            ifeq 30
        13: .line 186
            aload 2 /* newTable */
            iload 3 /* i */
            aconst_null
            aastore
        14: .line 187
            aload 2 /* newTable */
            iload 3 /* i */
            iload 1 /* oldLen */
            iadd
            aload 4 /* e */
            aastore
        15: .line 189
            goto 30
        end local 4 // io.undertow.util.HeaderValues e
        16: .line 191
      StackMap locals:
      StackMap stack:
            aload 2 /* newTable */
            iload 3 /* i */
            aaload
            checkcast io.undertow.util.HeaderValues[]
            astore 4 /* oldRow */
        start local 4 // io.undertow.util.HeaderValues[] oldRow
        17: .line 192
            aload 4 /* oldRow */
            invokevirtual io.undertow.util.HeaderValues[].clone:()Ljava/lang/Object;
            checkcast io.undertow.util.HeaderValues[]
            astore 5 /* newRow */
        start local 5 // io.undertow.util.HeaderValues[] newRow
        18: .line 193
            aload 4 /* oldRow */
            arraylength
            istore 6 /* rowLen */
        start local 6 // int rowLen
        19: .line 194
            aload 2 /* newTable */
            iload 3 /* i */
            iload 1 /* oldLen */
            iadd
            aload 5 /* newRow */
            aastore
        20: .line 196
            iconst_0
            istore 8 /* j */
        start local 8 // int j
        21: goto 29
        22: .line 197
      StackMap locals: io.undertow.util.HeaderMap int java.lang.Object[] int io.undertow.util.HeaderValues[] io.undertow.util.HeaderValues[] int top int
      StackMap stack:
            aload 4 /* oldRow */
            iload 8 /* j */
            aaload
            astore 7 /* item */
        start local 7 // io.undertow.util.HeaderValues item
        23: .line 198
            aload 7 /* item */
            ifnull 28
        24: .line 199
            aload 7 /* item */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            invokevirtual io.undertow.util.HttpString.hashCode:()I
            iload 1 /* oldLen */
            iand
            ifeq 27
        25: .line 200
            aload 4 /* oldRow */
            iload 8 /* j */
            aconst_null
            aastore
        26: .line 201
            goto 28
        27: .line 202
      StackMap locals: io.undertow.util.HeaderMap int java.lang.Object[] int io.undertow.util.HeaderValues[] io.undertow.util.HeaderValues[] int io.undertow.util.HeaderValues int
      StackMap stack:
            aload 5 /* newRow */
            iload 8 /* j */
            aconst_null
            aastore
        28: .line 196
      StackMap locals:
      StackMap stack:
            iinc 8 /* j */ 1
        end local 7 // io.undertow.util.HeaderValues item
      StackMap locals: io.undertow.util.HeaderMap int java.lang.Object[] int io.undertow.util.HeaderValues[] io.undertow.util.HeaderValues[] int top int
      StackMap stack:
        29: iload 8 /* j */
            iload 6 /* rowLen */
            if_icmplt 22
        end local 8 // int j
        end local 6 // int rowLen
        end local 5 // io.undertow.util.HeaderValues[] newRow
        end local 4 // io.undertow.util.HeaderValues[] oldRow
        30: .line 179
      StackMap locals: io.undertow.util.HeaderMap int java.lang.Object[] int
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 3 /* i */
            iload 1 /* oldLen */
            if_icmplt 8
        end local 3 // int i
        32: .line 207
            return
        end local 2 // java.lang.Object[] newTable
        end local 1 // int oldLen
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   33     0      this  Lio/undertow/util/HeaderMap;
            1   33     1    oldLen  I
            5   33     2  newTable  [Ljava/lang/Object;
            7   32     3         i  I
           12   16     4         e  Lio/undertow/util/HeaderValues;
           17   30     4    oldRow  [Lio/undertow/util/HeaderValues;
           18   30     5    newRow  [Lio/undertow/util/HeaderValues;
           19   30     6    rowLen  I
           23   29     7      item  Lio/undertow/util/HeaderValues;
           21   30     8         j  I

  private io.undertow.util.HeaderValues getOrCreateEntry(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
         0: .line 210
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 211
            aconst_null
            areturn
         2: .line 213
      StackMap locals:
      StackMap stack:
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HttpString.hashCode:()I
            istore 2 /* hc */
        start local 2 // int hc
         3: .line 214
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            astore 3 /* table */
        start local 3 // java.lang.Object[] table
         4: .line 215
            aload 3 /* table */
            arraylength
            istore 4 /* length */
        start local 4 // int length
         5: .line 216
            iload 2 /* hc */
            iload 4 /* length */
            iconst_1
            isub
            iand
            istore 5 /* idx */
        start local 5 // int idx
         6: .line 217
            aload 3 /* table */
            iload 5 /* idx */
            aaload
            astore 6 /* o */
        start local 6 // java.lang.Object o
         7: .line 219
            aload 6 /* o */
            ifnonnull 15
         8: .line 220
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.size:I
            iload 4 /* length */
            iconst_1
            ishr
            if_icmplt 11
         9: .line 221
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderMap.resize:()V
        10: .line 222
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getOrCreateEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            areturn
        11: .line 224
      StackMap locals: io.undertow.util.HeaderMap io.undertow.util.HttpString int java.lang.Object[] int int java.lang.Object
      StackMap stack:
            new io.undertow.util.HeaderValues
            dup
            aload 1 /* headerName */
            invokespecial io.undertow.util.HeaderValues.<init>:(Lio/undertow/util/HttpString;)V
            astore 7 /* headerValues */
        start local 7 // io.undertow.util.HeaderValues headerValues
        12: .line 225
            aload 3 /* table */
            iload 5 /* idx */
            aload 7 /* headerValues */
            aastore
        13: .line 226
            aload 0 /* this */
            dup
            getfield io.undertow.util.HeaderMap.size:I
            iconst_1
            iadd
            putfield io.undertow.util.HeaderMap.size:I
        14: .line 227
            aload 7 /* headerValues */
            areturn
        end local 7 // io.undertow.util.HeaderValues headerValues
        15: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            aload 3 /* table */
            iload 4 /* length */
            iload 5 /* idx */
            aload 6 /* o */
            invokevirtual io.undertow.util.HeaderMap.getOrCreateNonEmpty:(Lio/undertow/util/HttpString;[Ljava/lang/Object;IILjava/lang/Object;)Lio/undertow/util/HeaderValues;
            areturn
        end local 6 // java.lang.Object o
        end local 5 // int idx
        end local 4 // int length
        end local 3 // java.lang.Object[] table
        end local 2 // int hc
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lio/undertow/util/HeaderMap;
            0   16     1    headerName  Lio/undertow/util/HttpString;
            3   16     2            hc  I
            4   16     3         table  [Ljava/lang/Object;
            5   16     4        length  I
            6   16     5           idx  I
            7   16     6             o  Ljava/lang/Object;
           12   15     7  headerValues  Lio/undertow/util/HeaderValues;
    MethodParameters:
            Name  Flags
      headerName  final

  private io.undertow.util.HeaderValues getOrCreateNonEmpty(io.undertow.util.HttpString, java.lang.Object[], int, int, java.lang.Object);
    descriptor: (Lio/undertow/util/HttpString;[Ljava/lang/Object;IILjava/lang/Object;)Lio/undertow/util/HeaderValues;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=10, args_size=6
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
        start local 2 // java.lang.Object[] table
        start local 3 // int length
        start local 4 // int idx
        start local 5 // java.lang.Object o
         0: .line 234
            aload 5 /* o */
            instanceof io.undertow.util.HeaderValues
            ifeq 11
         1: .line 235
            aload 5 /* o */
            checkcast io.undertow.util.HeaderValues
            astore 6 /* headerValues */
        start local 6 // io.undertow.util.HeaderValues headerValues
         2: .line 236
            aload 1 /* headerName */
            aload 6 /* headerValues */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            invokevirtual io.undertow.util.HttpString.equals:(Lio/undertow/util/HttpString;)Z
            ifne 10
         3: .line 237
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.size:I
            iload 3 /* length */
            iconst_1
            ishr
            if_icmplt 6
         4: .line 238
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderMap.resize:()V
         5: .line 239
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getOrCreateEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            areturn
         6: .line 241
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.undertow.util.HeaderMap.size:I
            iconst_1
            iadd
            putfield io.undertow.util.HeaderMap.size:I
         7: .line 242
            iconst_4
            anewarray io.undertow.util.HeaderValues
            dup
            iconst_0
            aload 6 /* headerValues */
            aastore
            dup
            iconst_1
            new io.undertow.util.HeaderValues
            dup
            aload 1 /* headerName */
            invokespecial io.undertow.util.HeaderValues.<init>:(Lio/undertow/util/HttpString;)V
            aastore
            astore 7 /* row */
        start local 7 // io.undertow.util.HeaderValues[] row
         8: .line 243
            aload 2 /* table */
            iload 4 /* idx */
            aload 7 /* row */
            aastore
         9: .line 244
            aload 7 /* row */
            iconst_1
            aaload
            areturn
        end local 7 // io.undertow.util.HeaderValues[] row
        10: .line 246
      StackMap locals:
      StackMap stack:
            aload 6 /* headerValues */
            areturn
        end local 6 // io.undertow.util.HeaderValues headerValues
        11: .line 248
      StackMap locals:
      StackMap stack:
            aload 5 /* o */
            checkcast io.undertow.util.HeaderValues[]
            astore 7 /* row */
        start local 7 // io.undertow.util.HeaderValues[] row
        12: .line 249
            iconst_m1
            istore 8 /* empty */
        start local 8 // int empty
        13: .line 250
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        14: goto 22
        15: .line 251
      StackMap locals: io.undertow.util.HeaderMap io.undertow.util.HttpString java.lang.Object[] int int java.lang.Object top io.undertow.util.HeaderValues[] int int
      StackMap stack:
            aload 7 /* row */
            iload 9 /* i */
            aaload
            astore 6 /* headerValues */
        start local 6 // io.undertow.util.HeaderValues headerValues
        16: .line 252
            aload 6 /* headerValues */
            ifnull 19
        17: .line 253
            aload 1 /* headerName */
            aload 6 /* headerValues */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            invokevirtual io.undertow.util.HttpString.equals:(Lio/undertow/util/HttpString;)Z
            ifeq 21
        18: .line 254
            aload 6 /* headerValues */
            areturn
        19: .line 256
      StackMap locals: io.undertow.util.HeaderMap io.undertow.util.HttpString java.lang.Object[] int int java.lang.Object io.undertow.util.HeaderValues io.undertow.util.HeaderValues[] int int
      StackMap stack:
            iload 8 /* empty */
            iconst_m1
            if_icmpne 21
        20: .line 257
            iload 9 /* i */
            istore 8 /* empty */
        21: .line 250
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
        end local 6 // io.undertow.util.HeaderValues headerValues
      StackMap locals: io.undertow.util.HeaderMap io.undertow.util.HttpString java.lang.Object[] int int java.lang.Object top io.undertow.util.HeaderValues[] int int
      StackMap stack:
        22: iload 9 /* i */
            aload 7 /* row */
            arraylength
            if_icmplt 15
        end local 9 // int i
        23: .line 260
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.size:I
            iload 3 /* length */
            iconst_1
            ishr
            if_icmplt 26
        24: .line 261
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderMap.resize:()V
        25: .line 262
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getOrCreateEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            areturn
        26: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.undertow.util.HeaderMap.size:I
            iconst_1
            iadd
            putfield io.undertow.util.HeaderMap.size:I
        27: .line 265
            new io.undertow.util.HeaderValues
            dup
            aload 1 /* headerName */
            invokespecial io.undertow.util.HeaderValues.<init>:(Lio/undertow/util/HttpString;)V
            astore 6 /* headerValues */
        start local 6 // io.undertow.util.HeaderValues headerValues
        28: .line 266
            iload 8 /* empty */
            iconst_m1
            if_icmpeq 31
        29: .line 267
            aload 7 /* row */
            iload 8 /* empty */
            aload 6 /* headerValues */
            aastore
        30: .line 268
            goto 36
        31: .line 269
      StackMap locals: io.undertow.util.HeaderMap io.undertow.util.HttpString java.lang.Object[] int int java.lang.Object io.undertow.util.HeaderValues io.undertow.util.HeaderValues[] int
      StackMap stack:
            aload 7 /* row */
            arraylength
            bipush 16
            if_icmplt 33
        32: .line 270
            new java.lang.SecurityException
            dup
            ldc "Excessive collisions"
            invokespecial java.lang.SecurityException.<init>:(Ljava/lang/String;)V
            athrow
        33: .line 272
      StackMap locals:
      StackMap stack:
            aload 7 /* row */
            aload 7 /* row */
            arraylength
            iconst_3
            iadd
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast io.undertow.util.HeaderValues[]
            astore 9 /* newRow */
        start local 9 // io.undertow.util.HeaderValues[] newRow
        34: .line 273
            aload 9 /* newRow */
            aload 7 /* row */
            arraylength
            aload 6 /* headerValues */
            aastore
        35: .line 274
            aload 2 /* table */
            iload 4 /* idx */
            aload 9 /* newRow */
            aastore
        end local 9 // io.undertow.util.HeaderValues[] newRow
        36: .line 276
      StackMap locals:
      StackMap stack:
            aload 6 /* headerValues */
            areturn
        end local 8 // int empty
        end local 7 // io.undertow.util.HeaderValues[] row
        end local 6 // io.undertow.util.HeaderValues headerValues
        end local 5 // java.lang.Object o
        end local 4 // int idx
        end local 3 // int length
        end local 2 // java.lang.Object[] table
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   37     0          this  Lio/undertow/util/HeaderMap;
            0   37     1    headerName  Lio/undertow/util/HttpString;
            0   37     2         table  [Ljava/lang/Object;
            0   37     3        length  I
            0   37     4           idx  I
            0   37     5             o  Ljava/lang/Object;
            2   11     6  headerValues  Lio/undertow/util/HeaderValues;
           16   22     6  headerValues  Lio/undertow/util/HeaderValues;
           28   37     6  headerValues  Lio/undertow/util/HeaderValues;
            8   10     7           row  [Lio/undertow/util/HeaderValues;
           12   37     7           row  [Lio/undertow/util/HeaderValues;
           13   37     8         empty  I
           14   23     9             i  I
           34   36     9        newRow  [Lio/undertow/util/HeaderValues;
    MethodParameters:
            Name  Flags
      headerName  
      table       
      length      
      idx         
      o           

  public io.undertow.util.HeaderValues get(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
         0: .line 283
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            areturn
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/undertow/util/HeaderMap;
            0    1     1  headerName  Lio/undertow/util/HttpString;
    MethodParameters:
            Name  Flags
      headerName  final

  public io.undertow.util.HeaderValues get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/undertow/util/HeaderValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // java.lang.String headerName
         0: .line 287
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Ljava/lang/String;)Lio/undertow/util/HeaderValues;
            areturn
        end local 1 // java.lang.String headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/undertow/util/HeaderMap;
            0    1     1  headerName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      headerName  final

  public java.lang.String getFirst(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
         0: .line 291
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            astore 2 /* headerValues */
        start local 2 // io.undertow.util.HeaderValues headerValues
         1: .line 292
            aload 2 /* headerValues */
            ifnonnull 2
            aconst_null
            areturn
         2: .line 293
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 2 /* headerValues */
            invokevirtual io.undertow.util.HeaderValues.getFirst:()Ljava/lang/String;
            areturn
        end local 2 // io.undertow.util.HeaderValues headerValues
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/undertow/util/HeaderMap;
            0    3     1    headerName  Lio/undertow/util/HttpString;
            1    3     2  headerValues  Lio/undertow/util/HeaderValues;
    MethodParameters:
            Name  Flags
      headerName  

  public java.lang.String getFirst(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // java.lang.String headerName
         0: .line 297
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Ljava/lang/String;)Lio/undertow/util/HeaderValues;
            astore 2 /* headerValues */
        start local 2 // io.undertow.util.HeaderValues headerValues
         1: .line 298
            aload 2 /* headerValues */
            ifnonnull 2
            aconst_null
            areturn
         2: .line 299
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 2 /* headerValues */
            invokevirtual io.undertow.util.HeaderValues.getFirst:()Ljava/lang/String;
            areturn
        end local 2 // io.undertow.util.HeaderValues headerValues
        end local 1 // java.lang.String headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/undertow/util/HeaderMap;
            0    3     1    headerName  Ljava/lang/String;
            1    3     2  headerValues  Lio/undertow/util/HeaderValues;
    MethodParameters:
            Name  Flags
      headerName  

  public java.lang.String get(io.undertow.util.HttpString, int);
    descriptor: (Lio/undertow/util/HttpString;I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
        start local 2 // int index
         0: .line 303
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 304
            aconst_null
            areturn
         2: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            astore 3 /* headerValues */
        start local 3 // io.undertow.util.HeaderValues headerValues
         3: .line 307
            aload 3 /* headerValues */
            ifnonnull 5
         4: .line 308
            aconst_null
            areturn
         5: .line 310
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 3 /* headerValues */
            iload 2 /* index */
            invokevirtual io.undertow.util.HeaderValues.get:(I)Ljava/lang/String;
            areturn
        end local 3 // io.undertow.util.HeaderValues headerValues
        end local 2 // int index
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/undertow/util/HeaderMap;
            0    6     1    headerName  Lio/undertow/util/HttpString;
            0    6     2         index  I
            3    6     3  headerValues  Lio/undertow/util/HeaderValues;
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
            Name  Flags
      headerName  
      index       

  public java.lang.String get(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // java.lang.String headerName
        start local 2 // int index
         0: .line 314
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 315
            aconst_null
            areturn
         2: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Ljava/lang/String;)Lio/undertow/util/HeaderValues;
            astore 3 /* headerValues */
        start local 3 // io.undertow.util.HeaderValues headerValues
         3: .line 318
            aload 3 /* headerValues */
            ifnonnull 5
         4: .line 319
            aconst_null
            areturn
         5: .line 321
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 3 /* headerValues */
            iload 2 /* index */
            invokevirtual io.undertow.util.HeaderValues.get:(I)Ljava/lang/String;
            areturn
        end local 3 // io.undertow.util.HeaderValues headerValues
        end local 2 // int index
        end local 1 // java.lang.String headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/undertow/util/HeaderMap;
            0    6     1    headerName  Ljava/lang/String;
            0    6     2         index  I
            3    6     3  headerValues  Lio/undertow/util/HeaderValues;
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
            Name  Flags
      headerName  
      index       

  public java.lang.String getLast(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
         0: .line 325
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 326
            aconst_null
            areturn
         2: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            astore 2 /* headerValues */
        start local 2 // io.undertow.util.HeaderValues headerValues
         3: .line 329
            aload 2 /* headerValues */
            ifnonnull 4
            aconst_null
            areturn
         4: .line 330
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 2 /* headerValues */
            invokevirtual io.undertow.util.HeaderValues.getLast:()Ljava/lang/String;
            areturn
        end local 2 // io.undertow.util.HeaderValues headerValues
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/undertow/util/HeaderMap;
            0    5     1    headerName  Lio/undertow/util/HttpString;
            3    5     2  headerValues  Lio/undertow/util/HeaderValues;
    MethodParameters:
            Name  Flags
      headerName  

  public java.lang.String getLast(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // java.lang.String headerName
         0: .line 334
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 335
            aconst_null
            areturn
         2: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Ljava/lang/String;)Lio/undertow/util/HeaderValues;
            astore 2 /* headerValues */
        start local 2 // io.undertow.util.HeaderValues headerValues
         3: .line 338
            aload 2 /* headerValues */
            ifnonnull 4
            aconst_null
            areturn
         4: .line 339
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 2 /* headerValues */
            invokevirtual io.undertow.util.HeaderValues.getLast:()Ljava/lang/String;
            areturn
        end local 2 // io.undertow.util.HeaderValues headerValues
        end local 1 // java.lang.String headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/undertow/util/HeaderMap;
            0    5     1    headerName  Ljava/lang/String;
            3    5     2  headerValues  Lio/undertow/util/HeaderValues;
    MethodParameters:
            Name  Flags
      headerName  

  public int count(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
         0: .line 345
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 346
            iconst_0
            ireturn
         2: .line 348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            astore 2 /* headerValues */
        start local 2 // io.undertow.util.HeaderValues headerValues
         3: .line 349
            aload 2 /* headerValues */
            ifnonnull 5
         4: .line 350
            iconst_0
            ireturn
         5: .line 352
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 2 /* headerValues */
            invokevirtual io.undertow.util.HeaderValues.size:()I
            ireturn
        end local 2 // io.undertow.util.HeaderValues headerValues
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/undertow/util/HeaderMap;
            0    6     1    headerName  Lio/undertow/util/HttpString;
            3    6     2  headerValues  Lio/undertow/util/HeaderValues;
    MethodParameters:
            Name  Flags
      headerName  

  public int count(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // java.lang.String headerName
         0: .line 356
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 357
            iconst_0
            ireturn
         2: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Ljava/lang/String;)Lio/undertow/util/HeaderValues;
            astore 2 /* headerValues */
        start local 2 // io.undertow.util.HeaderValues headerValues
         3: .line 360
            aload 2 /* headerValues */
            ifnonnull 5
         4: .line 361
            iconst_0
            ireturn
         5: .line 363
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 2 /* headerValues */
            invokevirtual io.undertow.util.HeaderValues.size:()I
            ireturn
        end local 2 // io.undertow.util.HeaderValues headerValues
        end local 1 // java.lang.String headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/undertow/util/HeaderMap;
            0    6     1    headerName  Ljava/lang/String;
            3    6     2  headerValues  Lio/undertow/util/HeaderValues;
    MethodParameters:
            Name  Flags
      headerName  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderMap this
         0: .line 367
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.size:I
            ireturn
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderMap;

  public long fastIterate();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=1
        start local 0 // io.undertow.util.HeaderMap this
         0: .line 381
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            astore 1 /* table */
        start local 1 // java.lang.Object[] table
         1: .line 382
            aload 1 /* table */
            arraylength
            istore 2 /* len */
        start local 2 // int len
         2: .line 383
            iconst_0
            istore 3 /* ri */
        start local 3 // int ri
         3: .line 385
            goto 17
         4: .line 386
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            aload 1 /* table */
            iload 3 /* ri */
            aaload
            astore 5 /* item */
        start local 5 // java.lang.Object item
         5: .line 387
            aload 5 /* item */
            ifnull 16
         6: .line 388
            aload 5 /* item */
            instanceof io.undertow.util.HeaderValues
            ifeq 8
         7: .line 389
            iload 3 /* ri */
            i2l
            bipush 32
            lshl
            lreturn
         8: .line 391
      StackMap locals: io.undertow.util.HeaderMap java.lang.Object[] int int top java.lang.Object
      StackMap stack:
            aload 5 /* item */
            checkcast io.undertow.util.HeaderValues[]
            astore 6 /* row */
        start local 6 // io.undertow.util.HeaderValues[] row
         9: .line 392
            iconst_0
            istore 4 /* ci */
        start local 4 // int ci
        10: .line 393
            aload 6 /* row */
            arraylength
            istore 7 /* rowLen */
        start local 7 // int rowLen
        11: .line 394
            goto 15
        12: .line 395
      StackMap locals: io.undertow.util.HeaderMap java.lang.Object[] int int int java.lang.Object io.undertow.util.HeaderValues[] int
      StackMap stack:
            aload 6 /* row */
            iload 4 /* ci */
            aaload
            ifnull 14
        13: .line 396
            iload 3 /* ri */
            i2l
            bipush 32
            lshl
            iload 4 /* ci */
            i2l
            ldc 4294967295
            land
            lor
            lreturn
        14: .line 398
      StackMap locals:
      StackMap stack:
            iinc 4 /* ci */ 1
        15: .line 394
      StackMap locals:
      StackMap stack:
            iload 4 /* ci */
            iload 7 /* rowLen */
            if_icmplt 12
        end local 7 // int rowLen
        end local 6 // io.undertow.util.HeaderValues[] row
        end local 4 // int ci
        16: .line 402
      StackMap locals: io.undertow.util.HeaderMap java.lang.Object[] int int top java.lang.Object
      StackMap stack:
            iinc 3 /* ri */ 1
        end local 5 // java.lang.Object item
        17: .line 385
      StackMap locals: io.undertow.util.HeaderMap java.lang.Object[] int int
      StackMap stack:
            iload 3 /* ri */
            iload 2 /* len */
            if_icmplt 4
        18: .line 404
            ldc -1
            lreturn
        end local 3 // int ri
        end local 2 // int len
        end local 1 // java.lang.Object[] table
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lio/undertow/util/HeaderMap;
            1   19     1   table  [Ljava/lang/Object;
            2   19     2     len  I
            3   19     3      ri  I
           10   16     4      ci  I
            5   17     5    item  Ljava/lang/Object;
            9   16     6     row  [Lio/undertow/util/HeaderValues;
           11   16     7  rowLen  I

  public long fastIterateNonEmpty();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=1
        start local 0 // io.undertow.util.HeaderMap this
         0: .line 413
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            astore 1 /* table */
        start local 1 // java.lang.Object[] table
         1: .line 414
            aload 1 /* table */
            arraylength
            istore 2 /* len */
        start local 2 // int len
         2: .line 415
            iconst_0
            istore 3 /* ri */
        start local 3 // int ri
         3: .line 417
            goto 18
         4: .line 418
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            aload 1 /* table */
            iload 3 /* ri */
            aaload
            astore 5 /* item */
        start local 5 // java.lang.Object item
         5: .line 419
            aload 5 /* item */
            ifnull 17
         6: .line 420
            aload 5 /* item */
            instanceof io.undertow.util.HeaderValues
            ifeq 9
         7: .line 421
            aload 5 /* item */
            checkcast io.undertow.util.HeaderValues
            invokevirtual io.undertow.util.HeaderValues.isEmpty:()Z
            ifne 17
         8: .line 422
            iload 3 /* ri */
            i2l
            bipush 32
            lshl
            lreturn
         9: .line 425
      StackMap locals: io.undertow.util.HeaderMap java.lang.Object[] int int top java.lang.Object
      StackMap stack:
            aload 5 /* item */
            checkcast io.undertow.util.HeaderValues[]
            astore 6 /* row */
        start local 6 // io.undertow.util.HeaderValues[] row
        10: .line 426
            iconst_0
            istore 4 /* ci */
        start local 4 // int ci
        11: .line 427
            aload 6 /* row */
            arraylength
            istore 7 /* rowLen */
        start local 7 // int rowLen
        12: .line 428
            goto 16
        13: .line 429
      StackMap locals: io.undertow.util.HeaderMap java.lang.Object[] int int int java.lang.Object io.undertow.util.HeaderValues[] int
      StackMap stack:
            aload 6 /* row */
            iload 4 /* ci */
            aaload
            ifnull 15
            aload 6 /* row */
            iload 4 /* ci */
            aaload
            invokevirtual io.undertow.util.HeaderValues.isEmpty:()Z
            ifne 15
        14: .line 430
            iload 3 /* ri */
            i2l
            bipush 32
            lshl
            iload 4 /* ci */
            i2l
            ldc 4294967295
            land
            lor
            lreturn
        15: .line 432
      StackMap locals:
      StackMap stack:
            iinc 4 /* ci */ 1
        16: .line 428
      StackMap locals:
      StackMap stack:
            iload 4 /* ci */
            iload 7 /* rowLen */
            if_icmplt 13
        end local 7 // int rowLen
        end local 6 // io.undertow.util.HeaderValues[] row
        end local 4 // int ci
        17: .line 436
      StackMap locals: io.undertow.util.HeaderMap java.lang.Object[] int int top java.lang.Object
      StackMap stack:
            iinc 3 /* ri */ 1
        end local 5 // java.lang.Object item
        18: .line 417
      StackMap locals: io.undertow.util.HeaderMap java.lang.Object[] int int
      StackMap stack:
            iload 3 /* ri */
            iload 2 /* len */
            if_icmplt 4
        19: .line 438
            ldc -1
            lreturn
        end local 3 // int ri
        end local 2 // int len
        end local 1 // java.lang.Object[] table
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Lio/undertow/util/HeaderMap;
            1   20     1   table  [Ljava/lang/Object;
            2   20     2     len  I
            3   20     3      ri  I
           11   17     4      ci  I
            5   18     5    item  Ljava/lang/Object;
           10   17     6     row  [Lio/undertow/util/HeaderValues;
           12   17     7  rowLen  I

  public long fiNext(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // long cookie
         0: .line 448
            lload 1 /* cookie */
            ldc -1
            lcmp
            ifne 1
            ldc -1
            lreturn
         1: .line 449
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            astore 3 /* table */
        start local 3 // java.lang.Object[] table
         2: .line 450
            aload 3 /* table */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         3: .line 451
            lload 1 /* cookie */
            bipush 32
            lshr
            l2i
            istore 5 /* ri */
        start local 5 // int ri
         4: .line 452
            lload 1 /* cookie */
            l2i
            istore 6 /* ci */
        start local 6 // int ci
         5: .line 453
            aload 3 /* table */
            iload 5 /* ri */
            aaload
            astore 7 /* item */
        start local 7 // java.lang.Object item
         6: .line 454
            aload 7 /* item */
            instanceof io.undertow.util.HeaderValues[]
            ifeq 14
         7: .line 455
            aload 7 /* item */
            checkcast io.undertow.util.HeaderValues[]
            astore 8 /* row */
        start local 8 // io.undertow.util.HeaderValues[] row
         8: .line 456
            aload 8 /* row */
            arraylength
            istore 9 /* rowLen */
        start local 9 // int rowLen
         9: .line 457
            iinc 6 /* ci */ 1
            iload 6 /* ci */
            iload 9 /* rowLen */
            if_icmplt 12
        10: .line 458
            iinc 5 /* ri */ 1
            iconst_0
            istore 6 /* ci */
        11: .line 459
            goto 29
      StackMap locals: io.undertow.util.HeaderMap long java.lang.Object[] int int int java.lang.Object io.undertow.util.HeaderValues[] int
      StackMap stack:
        12: aload 8 /* row */
            iload 6 /* ci */
            aaload
            ifnull 29
        13: .line 460
            iload 5 /* ri */
            i2l
            bipush 32
            lshl
            iload 6 /* ci */
            i2l
            ldc 4294967295
            land
            lor
            lreturn
        end local 9 // int rowLen
        end local 8 // io.undertow.util.HeaderValues[] row
        14: .line 463
      StackMap locals:
      StackMap stack:
            iinc 5 /* ri */ 1
            iconst_0
            istore 6 /* ci */
        15: .line 465
            goto 29
        16: .line 466
      StackMap locals:
      StackMap stack:
            aload 3 /* table */
            iload 5 /* ri */
            aaload
            astore 7 /* item */
        17: .line 467
            aload 7 /* item */
            instanceof io.undertow.util.HeaderValues
            ifeq 19
        18: .line 468
            iload 5 /* ri */
            i2l
            bipush 32
            lshl
            lreturn
        19: .line 469
      StackMap locals:
      StackMap stack:
            aload 7 /* item */
            instanceof io.undertow.util.HeaderValues[]
            ifeq 27
        20: .line 470
            aload 7 /* item */
            checkcast io.undertow.util.HeaderValues[]
            astore 8 /* row */
        start local 8 // io.undertow.util.HeaderValues[] row
        21: .line 471
            aload 8 /* row */
            arraylength
            istore 9 /* rowLen */
        start local 9 // int rowLen
        22: .line 472
            goto 26
        23: .line 473
      StackMap locals: io.undertow.util.HeaderValues[] int
      StackMap stack:
            aload 8 /* row */
            iload 6 /* ci */
            aaload
            ifnull 25
        24: .line 474
            iload 5 /* ri */
            i2l
            bipush 32
            lshl
            iload 6 /* ci */
            i2l
            ldc 4294967295
            land
            lor
            lreturn
        25: .line 476
      StackMap locals:
      StackMap stack:
            iinc 6 /* ci */ 1
        26: .line 472
      StackMap locals:
      StackMap stack:
            iload 6 /* ci */
            iload 9 /* rowLen */
            if_icmplt 23
        end local 9 // int rowLen
        end local 8 // io.undertow.util.HeaderValues[] row
        27: .line 479
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* ci */
        28: .line 480
            iinc 5 /* ri */ 1
        29: .line 465
      StackMap locals:
      StackMap stack:
            iload 5 /* ri */
            iload 4 /* len */
            if_icmplt 16
        30: .line 482
            ldc -1
            lreturn
        end local 7 // java.lang.Object item
        end local 6 // int ci
        end local 5 // int ri
        end local 4 // int len
        end local 3 // java.lang.Object[] table
        end local 1 // long cookie
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   31     0    this  Lio/undertow/util/HeaderMap;
            0   31     1  cookie  J
            2   31     3   table  [Ljava/lang/Object;
            3   31     4     len  I
            4   31     5      ri  I
            5   31     6      ci  I
            6   31     7    item  Ljava/lang/Object;
            8   14     8     row  [Lio/undertow/util/HeaderValues;
            9   14     9  rowLen  I
           21   27     8     row  [Lio/undertow/util/HeaderValues;
           22   27     9  rowLen  I
    MethodParameters:
        Name  Flags
      cookie  

  public long fiNextNonEmpty(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // long cookie
         0: .line 492
            lload 1 /* cookie */
            ldc -1
            lcmp
            ifne 1
            ldc -1
            lreturn
         1: .line 493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            astore 3 /* table */
        start local 3 // java.lang.Object[] table
         2: .line 494
            aload 3 /* table */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         3: .line 495
            lload 1 /* cookie */
            bipush 32
            lshr
            l2i
            istore 5 /* ri */
        start local 5 // int ri
         4: .line 496
            lload 1 /* cookie */
            l2i
            istore 6 /* ci */
        start local 6 // int ci
         5: .line 497
            aload 3 /* table */
            iload 5 /* ri */
            aaload
            astore 7 /* item */
        start local 7 // java.lang.Object item
         6: .line 498
            aload 7 /* item */
            instanceof io.undertow.util.HeaderValues[]
            ifeq 14
         7: .line 499
            aload 7 /* item */
            checkcast io.undertow.util.HeaderValues[]
            astore 8 /* row */
        start local 8 // io.undertow.util.HeaderValues[] row
         8: .line 500
            aload 8 /* row */
            arraylength
            istore 9 /* rowLen */
        start local 9 // int rowLen
         9: .line 501
            iinc 6 /* ci */ 1
            iload 6 /* ci */
            iload 9 /* rowLen */
            if_icmplt 12
        10: .line 502
            iinc 5 /* ri */ 1
            iconst_0
            istore 6 /* ci */
        11: .line 503
            goto 29
      StackMap locals: io.undertow.util.HeaderMap long java.lang.Object[] int int int java.lang.Object io.undertow.util.HeaderValues[] int
      StackMap stack:
        12: aload 8 /* row */
            iload 6 /* ci */
            aaload
            ifnull 29
            aload 8 /* row */
            iload 6 /* ci */
            aaload
            invokevirtual io.undertow.util.HeaderValues.isEmpty:()Z
            ifne 29
        13: .line 504
            iload 5 /* ri */
            i2l
            bipush 32
            lshl
            iload 6 /* ci */
            i2l
            ldc 4294967295
            land
            lor
            lreturn
        end local 9 // int rowLen
        end local 8 // io.undertow.util.HeaderValues[] row
        14: .line 507
      StackMap locals:
      StackMap stack:
            iinc 5 /* ri */ 1
            iconst_0
            istore 6 /* ci */
        15: .line 509
            goto 29
        16: .line 510
      StackMap locals:
      StackMap stack:
            aload 3 /* table */
            iload 5 /* ri */
            aaload
            astore 7 /* item */
        17: .line 511
            aload 7 /* item */
            instanceof io.undertow.util.HeaderValues
            ifeq 19
            aload 7 /* item */
            checkcast io.undertow.util.HeaderValues
            invokevirtual io.undertow.util.HeaderValues.isEmpty:()Z
            ifne 19
        18: .line 512
            iload 5 /* ri */
            i2l
            bipush 32
            lshl
            lreturn
        19: .line 513
      StackMap locals:
      StackMap stack:
            aload 7 /* item */
            instanceof io.undertow.util.HeaderValues[]
            ifeq 27
        20: .line 514
            aload 7 /* item */
            checkcast io.undertow.util.HeaderValues[]
            astore 8 /* row */
        start local 8 // io.undertow.util.HeaderValues[] row
        21: .line 515
            aload 8 /* row */
            arraylength
            istore 9 /* rowLen */
        start local 9 // int rowLen
        22: .line 516
            goto 26
        23: .line 517
      StackMap locals: io.undertow.util.HeaderValues[] int
      StackMap stack:
            aload 8 /* row */
            iload 6 /* ci */
            aaload
            ifnull 25
            aload 8 /* row */
            iload 6 /* ci */
            aaload
            invokevirtual io.undertow.util.HeaderValues.isEmpty:()Z
            ifne 25
        24: .line 518
            iload 5 /* ri */
            i2l
            bipush 32
            lshl
            iload 6 /* ci */
            i2l
            ldc 4294967295
            land
            lor
            lreturn
        25: .line 520
      StackMap locals:
      StackMap stack:
            iinc 6 /* ci */ 1
        26: .line 516
      StackMap locals:
      StackMap stack:
            iload 6 /* ci */
            iload 9 /* rowLen */
            if_icmplt 23
        end local 9 // int rowLen
        end local 8 // io.undertow.util.HeaderValues[] row
        27: .line 523
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* ci */
        28: .line 524
            iinc 5 /* ri */ 1
        29: .line 509
      StackMap locals:
      StackMap stack:
            iload 5 /* ri */
            iload 4 /* len */
            if_icmplt 16
        30: .line 526
            ldc -1
            lreturn
        end local 7 // java.lang.Object item
        end local 6 // int ci
        end local 5 // int ri
        end local 4 // int len
        end local 3 // java.lang.Object[] table
        end local 1 // long cookie
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   31     0    this  Lio/undertow/util/HeaderMap;
            0   31     1  cookie  J
            2   31     3   table  [Ljava/lang/Object;
            3   31     4     len  I
            4   31     5      ri  I
            5   31     6      ci  I
            6   31     7    item  Ljava/lang/Object;
            8   14     8     row  [Lio/undertow/util/HeaderValues;
            9   14     9  rowLen  I
           21   27     8     row  [Lio/undertow/util/HeaderValues;
           22   27     9  rowLen  I
    MethodParameters:
        Name  Flags
      cookie  

  public io.undertow.util.HeaderValues fiCurrent(long);
    descriptor: (J)Lio/undertow/util/HeaderValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // long cookie
         0: .line 538
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            astore 3 /* table */
        start local 3 // java.lang.Object[] table
         1: .line 539
            lload 1 /* cookie */
            bipush 32
            lshr
            l2i
            istore 4 /* ri */
        start local 4 // int ri
         2: .line 540
            lload 1 /* cookie */
            l2i
            istore 5 /* ci */
        start local 5 // int ci
         3: .line 541
            aload 3 /* table */
            iload 4 /* ri */
            aaload
            astore 6 /* item */
        start local 6 // java.lang.Object item
         4: .line 542
            aload 6 /* item */
            instanceof io.undertow.util.HeaderValues[]
            ifeq 7
         5: .line 543
            aload 6 /* item */
            checkcast io.undertow.util.HeaderValues[]
            iload 5 /* ci */
            aaload
         6: areturn
         7: .line 544
      StackMap locals: io.undertow.util.HeaderMap long java.lang.Object[] int int java.lang.Object
      StackMap stack:
            iload 5 /* ci */
            ifne 10
         8: .line 545
            aload 6 /* item */
            checkcast io.undertow.util.HeaderValues
         9: areturn
        10: .line 547
      StackMap locals:
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 6 // java.lang.Object item
        end local 5 // int ci
        end local 4 // int ri
        end local 3 // java.lang.Object[] table
        11: .line 549
      StackMap locals: io.undertow.util.HeaderMap long
      StackMap stack: java.lang.RuntimeException
            pop
        12: .line 550
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 1 // long cookie
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lio/undertow/util/HeaderMap;
            0   13     1  cookie  J
            1   11     3   table  [Ljava/lang/Object;
            2   11     4      ri  I
            3   11     5      ci  I
            4   11     6    item  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     6      11  Class java.lang.RuntimeException
           7     9      11  Class java.lang.RuntimeException
          10    11      11  Class java.lang.RuntimeException
    MethodParameters:
        Name  Flags
      cookie  

  public java.lang.Iterable<java.lang.String> eachValue(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
         0: .line 555
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 556
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         2: .line 558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            astore 2 /* entry */
        start local 2 // io.undertow.util.HeaderValues entry
         3: .line 559
            aload 2 /* entry */
            ifnonnull 5
         4: .line 560
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         5: .line 562
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 2 /* entry */
            areturn
        end local 2 // io.undertow.util.HeaderValues entry
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/undertow/util/HeaderMap;
            0    6     1  headerName  Lio/undertow/util/HttpString;
            3    6     2       entry  Lio/undertow/util/HeaderValues;
    Signature: (Lio/undertow/util/HttpString;)Ljava/lang/Iterable<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      headerName  final

  public java.util.Iterator<io.undertow.util.HeaderValues> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderMap this
         0: .line 566
            new io.undertow.util.HeaderMap$1
            dup
            aload 0 /* this */
            invokespecial io.undertow.util.HeaderMap$1.<init>:(Lio/undertow/util/HeaderMap;)V
            areturn
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderMap;
    Signature: ()Ljava/util/Iterator<Lio/undertow/util/HeaderValues;>;

  public java.util.Collection<io.undertow.util.HttpString> getHeaderNames();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderMap this
         0: .line 635
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.headerNames:Ljava/util/Collection;
            ifnull 2
         1: .line 636
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.headerNames:Ljava/util/Collection;
            areturn
         2: .line 638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.undertow.util.HeaderMap$2
            dup
            aload 0 /* this */
            invokespecial io.undertow.util.HeaderMap$2.<init>:(Lio/undertow/util/HeaderMap;)V
            dup_x1
            putfield io.undertow.util.HeaderMap.headerNames:Ljava/util/Collection;
            areturn
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/util/HeaderMap;
    Signature: ()Ljava/util/Collection<Lio/undertow/util/HttpString;>;

  public io.undertow.util.HeaderMap add(io.undertow.util.HttpString, java.lang.String);
    descriptor: (Lio/undertow/util/HttpString;Ljava/lang/String;)Lio/undertow/util/HeaderMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
        start local 2 // java.lang.String headerValue
         0: .line 689
            aload 0 /* this */
            aload 1 /* headerName */
            aload 2 /* headerValue */
            invokevirtual io.undertow.util.HeaderMap.addLast:(Lio/undertow/util/HttpString;Ljava/lang/String;)Lio/undertow/util/HeaderMap;
            pop
         1: .line 690
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String headerValue
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/undertow/util/HeaderMap;
            0    2     1   headerName  Lio/undertow/util/HttpString;
            0    2     2  headerValue  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      headerName   
      headerValue  

  public io.undertow.util.HeaderMap addFirst(io.undertow.util.HttpString, java.lang.String);
    descriptor: (Lio/undertow/util/HttpString;Ljava/lang/String;)Lio/undertow/util/HeaderMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
        start local 2 // java.lang.String headerValue
         0: .line 694
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 695
            new java.lang.IllegalArgumentException
            dup
            ldc "headerName is null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 697
      StackMap locals:
      StackMap stack:
            aload 2 /* headerValue */
            ifnonnull 4
         3: .line 698
            aload 0 /* this */
            areturn
         4: .line 700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getOrCreateEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            aload 2 /* headerValue */
            invokevirtual io.undertow.util.HeaderValues.addFirst:(Ljava/lang/String;)V
         5: .line 701
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String headerValue
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/undertow/util/HeaderMap;
            0    6     1   headerName  Lio/undertow/util/HttpString;
            0    6     2  headerValue  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      headerName   final
      headerValue  final

  public io.undertow.util.HeaderMap addLast(io.undertow.util.HttpString, java.lang.String);
    descriptor: (Lio/undertow/util/HttpString;Ljava/lang/String;)Lio/undertow/util/HeaderMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
        start local 2 // java.lang.String headerValue
         0: .line 705
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 706
            new java.lang.IllegalArgumentException
            dup
            ldc "headerName is null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 708
      StackMap locals:
      StackMap stack:
            aload 2 /* headerValue */
            ifnonnull 4
         3: .line 709
            aload 0 /* this */
            areturn
         4: .line 711
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getOrCreateEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            aload 2 /* headerValue */
            invokevirtual io.undertow.util.HeaderValues.addLast:(Ljava/lang/String;)V
         5: .line 712
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String headerValue
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/undertow/util/HeaderMap;
            0    6     1   headerName  Lio/undertow/util/HttpString;
            0    6     2  headerValue  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      headerName   final
      headerValue  final

  public io.undertow.util.HeaderMap add(io.undertow.util.HttpString, long);
    descriptor: (Lio/undertow/util/HttpString;J)Lio/undertow/util/HeaderMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
        start local 2 // long headerValue
         0: .line 716
            aload 0 /* this */
            aload 1 /* headerName */
            lload 2 /* headerValue */
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            invokevirtual io.undertow.util.HeaderMap.add:(Lio/undertow/util/HttpString;Ljava/lang/String;)Lio/undertow/util/HeaderMap;
            pop
         1: .line 717
            aload 0 /* this */
            areturn
        end local 2 // long headerValue
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/undertow/util/HeaderMap;
            0    2     1   headerName  Lio/undertow/util/HttpString;
            0    2     2  headerValue  J
    MethodParameters:
             Name  Flags
      headerName   
      headerValue  

  public io.undertow.util.HeaderMap addAll(io.undertow.util.HttpString, java.util.Collection<java.lang.String>);
    descriptor: (Lio/undertow/util/HttpString;Ljava/util/Collection;)Lio/undertow/util/HeaderMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
        start local 2 // java.util.Collection headerValues
         0: .line 722
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 723
            new java.lang.IllegalArgumentException
            dup
            ldc "headerName is null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 725
      StackMap locals:
      StackMap stack:
            aload 2 /* headerValues */
            ifnull 3
            aload 2 /* headerValues */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 4
         3: .line 726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
         4: .line 728
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getOrCreateEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            aload 2 /* headerValues */
            invokevirtual io.undertow.util.HeaderValues.addAll:(Ljava/util/Collection;)Z
            pop
         5: .line 729
            aload 0 /* this */
            areturn
        end local 2 // java.util.Collection headerValues
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/undertow/util/HeaderMap;
            0    6     1    headerName  Lio/undertow/util/HttpString;
            0    6     2  headerValues  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (Lio/undertow/util/HttpString;Ljava/util/Collection<Ljava/lang/String;>;)Lio/undertow/util/HeaderMap;
    MethodParameters:
              Name  Flags
      headerName    
      headerValues  

  public io.undertow.util.HeaderMap put(io.undertow.util.HttpString, java.lang.String);
    descriptor: (Lio/undertow/util/HttpString;Ljava/lang/String;)Lio/undertow/util/HeaderMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
        start local 2 // java.lang.String headerValue
         0: .line 735
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 736
            new java.lang.IllegalArgumentException
            dup
            ldc "headerName is null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 738
      StackMap locals:
      StackMap stack:
            aload 2 /* headerValue */
            ifnonnull 5
         3: .line 739
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.remove:(Lio/undertow/util/HttpString;)Ljava/util/Collection;
            pop
         4: .line 740
            aload 0 /* this */
            areturn
         5: .line 742
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getOrCreateEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            astore 3 /* headerValues */
        start local 3 // io.undertow.util.HeaderValues headerValues
         6: .line 743
            aload 3 /* headerValues */
            invokevirtual io.undertow.util.HeaderValues.clear:()V
         7: .line 744
            aload 3 /* headerValues */
            aload 2 /* headerValue */
            invokevirtual io.undertow.util.HeaderValues.add:(Ljava/lang/String;)Z
            pop
         8: .line 745
            aload 0 /* this */
            areturn
        end local 3 // io.undertow.util.HeaderValues headerValues
        end local 2 // java.lang.String headerValue
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lio/undertow/util/HeaderMap;
            0    9     1    headerName  Lio/undertow/util/HttpString;
            0    9     2   headerValue  Ljava/lang/String;
            6    9     3  headerValues  Lio/undertow/util/HeaderValues;
    MethodParameters:
             Name  Flags
      headerName   
      headerValue  

  public io.undertow.util.HeaderMap put(io.undertow.util.HttpString, long);
    descriptor: (Lio/undertow/util/HttpString;J)Lio/undertow/util/HeaderMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
        start local 2 // long headerValue
         0: .line 749
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 750
            new java.lang.IllegalArgumentException
            dup
            ldc "headerName is null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 752
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getOrCreateEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            astore 4 /* entry */
        start local 4 // io.undertow.util.HeaderValues entry
         3: .line 753
            aload 4 /* entry */
            invokevirtual io.undertow.util.HeaderValues.clear:()V
         4: .line 754
            aload 4 /* entry */
            lload 2 /* headerValue */
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            invokevirtual io.undertow.util.HeaderValues.add:(Ljava/lang/String;)Z
            pop
         5: .line 755
            aload 0 /* this */
            areturn
        end local 4 // io.undertow.util.HeaderValues entry
        end local 2 // long headerValue
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/undertow/util/HeaderMap;
            0    6     1   headerName  Lio/undertow/util/HttpString;
            0    6     2  headerValue  J
            3    6     4        entry  Lio/undertow/util/HeaderValues;
    MethodParameters:
             Name  Flags
      headerName   
      headerValue  

  public io.undertow.util.HeaderMap putAll(io.undertow.util.HttpString, java.util.Collection<java.lang.String>);
    descriptor: (Lio/undertow/util/HttpString;Ljava/util/Collection;)Lio/undertow/util/HeaderMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
        start local 2 // java.util.Collection headerValues
         0: .line 759
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 760
            new java.lang.IllegalArgumentException
            dup
            ldc "headerName is null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 762
      StackMap locals:
      StackMap stack:
            aload 2 /* headerValues */
            ifnull 3
            aload 2 /* headerValues */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 5
         3: .line 763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.remove:(Lio/undertow/util/HttpString;)Ljava/util/Collection;
            pop
         4: .line 764
            aload 0 /* this */
            areturn
         5: .line 766
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getOrCreateEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            astore 3 /* entry */
        start local 3 // io.undertow.util.HeaderValues entry
         6: .line 767
            aload 3 /* entry */
            invokevirtual io.undertow.util.HeaderValues.clear:()V
         7: .line 768
            aload 3 /* entry */
            aload 2 /* headerValues */
            invokevirtual io.undertow.util.HeaderValues.addAll:(Ljava/util/Collection;)Z
            pop
         8: .line 769
            aload 0 /* this */
            areturn
        end local 3 // io.undertow.util.HeaderValues entry
        end local 2 // java.util.Collection headerValues
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lio/undertow/util/HeaderMap;
            0    9     1    headerName  Lio/undertow/util/HttpString;
            0    9     2  headerValues  Ljava/util/Collection<Ljava/lang/String;>;
            6    9     3         entry  Lio/undertow/util/HeaderValues;
    Signature: (Lio/undertow/util/HttpString;Ljava/util/Collection<Ljava/lang/String;>;)Lio/undertow/util/HeaderMap;
    MethodParameters:
              Name  Flags
      headerName    
      headerValues  

  public io.undertow.util.HeaderMap clear();
    descriptor: ()Lio/undertow/util/HeaderMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderMap this
         0: .line 775
            aload 0 /* this */
            getfield io.undertow.util.HeaderMap.table:[Ljava/lang/Object;
            aconst_null
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 776
            aload 0 /* this */
            iconst_0
            putfield io.undertow.util.HeaderMap.size:I
         2: .line 777
            aload 0 /* this */
            areturn
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/util/HeaderMap;

  public java.util.Collection<java.lang.String> remove(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
         0: .line 783
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 784
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         2: .line 786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.removeEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            astore 2 /* values */
        start local 2 // java.util.Collection values
         3: .line 787
            aload 2 /* values */
            ifnull 4
            aload 2 /* values */
            goto 5
      StackMap locals: java.util.Collection
      StackMap stack:
         4: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.Collection
         5: areturn
        end local 2 // java.util.Collection values
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/undertow/util/HeaderMap;
            0    6     1  headerName  Lio/undertow/util/HttpString;
            3    6     2      values  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (Lio/undertow/util/HttpString;)Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      headerName  

  public java.util.Collection<java.lang.String> remove(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // java.lang.String headerName
         0: .line 791
            aload 1 /* headerName */
            ifnonnull 2
         1: .line 792
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         2: .line 794
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.removeEntry:(Ljava/lang/String;)Lio/undertow/util/HeaderValues;
            astore 2 /* values */
        start local 2 // java.util.Collection values
         3: .line 795
            aload 2 /* values */
            ifnull 4
            aload 2 /* values */
            goto 5
      StackMap locals: java.util.Collection
      StackMap stack:
         4: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.Collection
         5: areturn
        end local 2 // java.util.Collection values
        end local 1 // java.lang.String headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/undertow/util/HeaderMap;
            0    6     1  headerName  Ljava/lang/String;
            3    6     2      values  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;)Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      headerName  

  public boolean contains(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // io.undertow.util.HttpString headerName
         0: .line 801
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            astore 2 /* headerValues */
        start local 2 // io.undertow.util.HeaderValues headerValues
         1: .line 802
            aload 2 /* headerValues */
            ifnonnull 3
         2: .line 803
            iconst_0
            ireturn
         3: .line 805
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 2 /* headerValues */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            astore 3 /* v */
        start local 3 // java.lang.Object v
         4: .line 806
            aload 3 /* v */
            instanceof java.lang.String
            ifeq 6
         5: .line 807
            iconst_1
            ireturn
         6: .line 809
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* v */
            checkcast java.lang.String[]
            astore 4 /* list */
        start local 4 // java.lang.String[] list
         7: .line 810
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 12
         9: .line 811
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 4 /* list */
            iload 5 /* i */
            aaload
            ifnull 11
        10: .line 812
            iconst_1
            ireturn
        11: .line 810
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            aload 4 /* list */
            arraylength
            if_icmplt 9
        end local 5 // int i
        13: .line 815
            iconst_0
            ireturn
        end local 4 // java.lang.String[] list
        end local 3 // java.lang.Object v
        end local 2 // io.undertow.util.HeaderValues headerValues
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lio/undertow/util/HeaderMap;
            0   14     1    headerName  Lio/undertow/util/HttpString;
            1   14     2  headerValues  Lio/undertow/util/HeaderValues;
            4   14     3             v  Ljava/lang/Object;
            7   14     4          list  [Ljava/lang/String;
            8   13     5             i  I
    MethodParameters:
            Name  Flags
      headerName  

  public boolean contains(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // java.lang.String headerName
         0: .line 819
            aload 0 /* this */
            aload 1 /* headerName */
            invokevirtual io.undertow.util.HeaderMap.getEntry:(Ljava/lang/String;)Lio/undertow/util/HeaderValues;
            astore 2 /* headerValues */
        start local 2 // io.undertow.util.HeaderValues headerValues
         1: .line 820
            aload 2 /* headerValues */
            ifnonnull 3
         2: .line 821
            iconst_0
            ireturn
         3: .line 823
      StackMap locals: io.undertow.util.HeaderValues
      StackMap stack:
            aload 2 /* headerValues */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            astore 3 /* v */
        start local 3 // java.lang.Object v
         4: .line 824
            aload 3 /* v */
            instanceof java.lang.String
            ifeq 6
         5: .line 825
            iconst_1
            ireturn
         6: .line 827
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* v */
            checkcast java.lang.String[]
            astore 4 /* list */
        start local 4 // java.lang.String[] list
         7: .line 828
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 12
         9: .line 829
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 4 /* list */
            iload 5 /* i */
            aaload
            ifnull 11
        10: .line 830
            iconst_1
            ireturn
        11: .line 828
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            aload 4 /* list */
            arraylength
            if_icmplt 9
        end local 5 // int i
        13: .line 833
            iconst_0
            ireturn
        end local 4 // java.lang.String[] list
        end local 3 // java.lang.Object v
        end local 2 // io.undertow.util.HeaderValues headerValues
        end local 1 // java.lang.String headerName
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lio/undertow/util/HeaderMap;
            0   14     1    headerName  Ljava/lang/String;
            1   14     2  headerValues  Lio/undertow/util/HeaderValues;
            4   14     3             v  Ljava/lang/Object;
            7   14     4          list  [Ljava/lang/String;
            8   13     5             i  I
    MethodParameters:
            Name  Flags
      headerName  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.HeaderMap this
        start local 1 // java.lang.Object o
         0: .line 840
            aload 1 /* o */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/util/HeaderMap;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderMap this
         0: .line 845
            aload 0 /* this */
            invokespecial java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderMap;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=1
        start local 0 // io.undertow.util.HeaderMap this
         0: .line 850
            new java.lang.StringBuilder
            dup
            ldc "{"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 851
            iconst_1
            istore 2 /* first */
        start local 2 // boolean first
         2: .line 852
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderMap.getHeaderNames:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 20
      StackMap locals: io.undertow.util.HeaderMap java.lang.StringBuilder int top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.undertow.util.HttpString
            astore 3 /* name */
        start local 3 // io.undertow.util.HttpString name
         4: .line 853
            iload 2 /* first */
            ifeq 7
         5: .line 854
            iconst_0
            istore 2 /* first */
         6: .line 855
            goto 8
         7: .line 856
      StackMap locals: io.undertow.util.HeaderMap java.lang.StringBuilder int io.undertow.util.HttpString java.util.Iterator
      StackMap stack:
            aload 1 /* sb */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 858
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            aload 3 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         9: .line 859
            aload 1 /* sb */
            ldc "=["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 860
            iconst_1
            istore 5 /* f */
        start local 5 // boolean f
        11: .line 861
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual io.undertow.util.HeaderMap.get:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            invokevirtual io.undertow.util.HeaderValues.iterator:()Ljava/util/Iterator;
            astore 7
            goto 18
      StackMap locals: io.undertow.util.HeaderMap java.lang.StringBuilder int io.undertow.util.HttpString java.util.Iterator int top java.util.Iterator
      StackMap stack:
        12: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 6 /* val */
        start local 6 // java.lang.String val
        13: .line 862
            iload 5 /* f */
            ifeq 16
        14: .line 863
            iconst_0
            istore 5 /* f */
        15: .line 864
            goto 17
        16: .line 865
      StackMap locals: io.undertow.util.HeaderMap java.lang.StringBuilder int io.undertow.util.HttpString java.util.Iterator int java.lang.String java.util.Iterator
      StackMap stack:
            aload 1 /* sb */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        17: .line 867
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            aload 6 /* val */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 6 // java.lang.String val
        18: .line 861
      StackMap locals: io.undertow.util.HeaderMap java.lang.StringBuilder int io.undertow.util.HttpString java.util.Iterator int top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        19: .line 869
            aload 1 /* sb */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 5 // boolean f
        end local 3 // io.undertow.util.HttpString name
        20: .line 852
      StackMap locals: io.undertow.util.HeaderMap java.lang.StringBuilder int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        21: .line 871
            aload 1 /* sb */
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        22: .line 872
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // boolean first
        end local 1 // java.lang.StringBuilder sb
        end local 0 // io.undertow.util.HeaderMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   23     0   this  Lio/undertow/util/HeaderMap;
            1   23     1     sb  Ljava/lang/StringBuilder;
            2   23     2  first  Z
            4   20     3   name  Lio/undertow/util/HttpString;
           11   20     5      f  Z
           13   18     6    val  Ljava/lang/String;
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lio/undertow/util/HeaderValues;>;
SourceFile: "HeaderMap.java"
NestMembers:
  io.undertow.util.HeaderMap$1  io.undertow.util.HeaderMap$2  io.undertow.util.HeaderMap$2$1
InnerClasses:
  io.undertow.util.HeaderMap$1
  io.undertow.util.HeaderMap$2