public final class io.undertow.util.HeaderValues extends java.util.AbstractCollection<java.lang.String> implements java.util.Deque<java.lang.String>, java.util.List<java.lang.String>, java.util.RandomAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.undertow.util.HeaderValues
  super_class: java.util.AbstractCollection
{
  private static final java.lang.String[] NO_STRINGS;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  final io.undertow.util.HttpString key;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0010) ACC_FINAL

  byte size;
    descriptor: B
    flags: (0x0000) 

  java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  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 36
            ldc Lio/undertow/util/HeaderValues;
            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.HeaderValues.$assertionsDisabled:Z
         3: .line 38
            iconst_0
            anewarray java.lang.String
            putstatic io.undertow.util.HeaderValues.NO_STRINGS:[Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // io.undertow.util.HttpString key
         0: .line 43
            aload 0 /* this */
            invokespecial java.util.AbstractCollection.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* key */
            putfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
         2: .line 45
            return
        end local 1 // io.undertow.util.HttpString key
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/util/HeaderValues;
            0    3     1   key  Lio/undertow/util/HttpString;
    MethodParameters:
      Name  Flags
      key   final

  public io.undertow.util.HttpString getHeaderName();
    descriptor: ()Lio/undertow/util/HttpString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 48
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.key:Lio/undertow/util/HttpString;
            areturn
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderValues;

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

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 56
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/util/HeaderValues;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 60
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            istore 1 /* size */
        start local 1 // byte size
         1: .line 61
            iload 1 /* size */
            ifne 2
            return
         2: .line 62
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderValues.clearInternal:()V
         3: .line 63
            return
        end local 1 // byte size
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/util/HeaderValues;
            1    4     1  size  B

  private void clearInternal();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 66
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            astore 1 /* value */
        start local 1 // java.lang.Object value
         1: .line 67
            aload 1 /* value */
            instanceof java.lang.String[]
            ifeq 6
         2: .line 68
            aload 1 /* value */
            checkcast java.lang.String[]
            astore 2 /* strings */
        start local 2 // java.lang.String[] strings
         3: .line 69
            aload 2 /* strings */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         4: .line 70
            aload 2 /* strings */
            iconst_0
            iload 3 /* len */
            aconst_null
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;IILjava/lang/Object;)V
        end local 3 // int len
        end local 2 // java.lang.String[] strings
         5: .line 71
            goto 7
         6: .line 72
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
         7: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.undertow.util.HeaderValues.size:B
         8: .line 75
            return
        end local 1 // java.lang.Object value
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/undertow/util/HeaderValues;
            1    9     1    value  Ljava/lang/Object;
            3    5     2  strings  [Ljava/lang/String;
            4    5     3      len  I

  private int index(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // int idx
         0: .line 78
            getstatic io.undertow.util.HeaderValues.$assertionsDisabled:Z
            ifne 1
            iload 1 /* idx */
            ifge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 79
      StackMap locals:
      StackMap stack:
            getstatic io.undertow.util.HeaderValues.$assertionsDisabled:Z
            ifne 2
            iload 1 /* idx */
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            if_icmplt 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            checkcast java.lang.String[]
            arraylength
            istore 2 /* len */
        start local 2 // int len
         3: .line 81
            iload 1 /* idx */
            iload 2 /* len */
            if_icmple 5
         4: .line 82
            iload 1 /* idx */
            iload 2 /* len */
            isub
            istore 1 /* idx */
         5: .line 84
      StackMap locals: int
      StackMap stack:
            iload 1 /* idx */
            ireturn
        end local 2 // int len
        end local 1 // int idx
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/undertow/util/HeaderValues;
            0    6     1   idx  I
            3    6     2   len  I
    MethodParameters:
      Name  Flags
      idx   

  public java.util.ListIterator<java.lang.String> listIterator();
    descriptor: ()Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 88
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual io.undertow.util.HeaderValues.iterator:(IZ)Ljava/util/ListIterator;
            areturn
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderValues;
    Signature: ()Ljava/util/ListIterator<Ljava/lang/String;>;

  public java.util.ListIterator<java.lang.String> listIterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // int index
         0: .line 92
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            invokevirtual io.undertow.util.HeaderValues.iterator:(IZ)Ljava/util/ListIterator;
            areturn
        end local 1 // int index
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/undertow/util/HeaderValues;
            0    1     1  index  I
    Signature: (I)Ljava/util/ListIterator<Ljava/lang/String;>;
    MethodParameters:
       Name  Flags
      index  final

  public java.util.Iterator<java.lang.String> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 96
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual io.undertow.util.HeaderValues.iterator:(IZ)Ljava/util/ListIterator;
            areturn
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderValues;
    Signature: ()Ljava/util/Iterator<Ljava/lang/String;>;

  public java.util.Iterator<java.lang.String> descendingIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 100
            aload 0 /* this */
            iconst_0
            iconst_0
            invokevirtual io.undertow.util.HeaderValues.iterator:(IZ)Ljava/util/ListIterator;
            areturn
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderValues;
    Signature: ()Ljava/util/Iterator<Ljava/lang/String;>;

  private java.util.ListIterator<java.lang.String> iterator(int, boolean);
    descriptor: (IZ)Ljava/util/ListIterator;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // int start
        start local 2 // boolean forwards
         0: .line 104
            new io.undertow.util.HeaderValues$1
            dup
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* forwards */
            invokespecial io.undertow.util.HeaderValues$1.<init>:(Lio/undertow/util/HeaderValues;IZ)V
            areturn
        end local 2 // boolean forwards
        end local 1 // int start
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/undertow/util/HeaderValues;
            0    1     1     start  I
            0    1     2  forwards  Z
    Signature: (IZ)Ljava/util/ListIterator<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      start     final
      forwards  final

  public boolean offerFirst(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.String headerValue
         0: .line 192
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            istore 2 /* size */
        start local 2 // int size
         1: .line 193
            aload 1 /* headerValue */
            ifnull 2
            iload 2 /* size */
            bipush 127
            if_icmpne 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         4: .line 195
            aload 3 /* value */
            instanceof java.lang.String[]
            ifeq 17
         5: .line 196
            aload 3 /* value */
            checkcast java.lang.String[]
            astore 4 /* strings */
        start local 4 // java.lang.String[] strings
         6: .line 197
            aload 4 /* strings */
            arraylength
            istore 5 /* len */
        start local 5 // int len
         7: .line 198
            iload 2 /* size */
            iload 5 /* len */
            if_icmpne 13
         8: .line 199
            iload 5 /* len */
            iconst_2
            iadd
            anewarray java.lang.String
            astore 6 /* newStrings */
        start local 6 // java.lang.String[] newStrings
         9: .line 200
            aload 4 /* strings */
            iconst_0
            aload 6 /* newStrings */
            iconst_1
            iload 5 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 201
            aload 6 /* newStrings */
            iconst_0
            aload 1 /* headerValue */
            aastore
        11: .line 202
            aload 0 /* this */
            aload 6 /* newStrings */
            putfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
        end local 6 // java.lang.String[] newStrings
        12: .line 203
            goto 15
        13: .line 204
      StackMap locals: java.lang.Object java.lang.String[] int
      StackMap stack:
            aload 4 /* strings */
            iconst_0
            aload 4 /* strings */
            iconst_1
            aload 4 /* strings */
            arraylength
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 205
            aload 4 /* strings */
            iconst_0
            aload 1 /* headerValue */
            aastore
        15: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* size */
            iconst_1
            iadd
            i2b
            putfield io.undertow.util.HeaderValues.size:B
        end local 5 // int len
        end local 4 // java.lang.String[] strings
        16: .line 208
            goto 23
        17: .line 209
      StackMap locals:
      StackMap stack:
            iload 2 /* size */
            ifne 21
        18: .line 210
            aload 0 /* this */
            aload 1 /* headerValue */
            putfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
        19: .line 211
            aload 0 /* this */
            iconst_1
            putfield io.undertow.util.HeaderValues.size:B
        20: .line 212
            goto 23
        21: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            aload 1 /* headerValue */
            aastore
            dup
            iconst_1
            aload 3 /* value */
            checkcast java.lang.String
            aastore
            putfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
        22: .line 214
            aload 0 /* this */
            iconst_2
            putfield io.undertow.util.HeaderValues.size:B
        23: .line 217
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // java.lang.Object value
        end local 2 // int size
        end local 1 // java.lang.String headerValue
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   24     0         this  Lio/undertow/util/HeaderValues;
            0   24     1  headerValue  Ljava/lang/String;
            1   24     2         size  I
            4   24     3        value  Ljava/lang/Object;
            6   16     4      strings  [Ljava/lang/String;
            7   16     5          len  I
            9   12     6   newStrings  [Ljava/lang/String;
    MethodParameters:
             Name  Flags
      headerValue  final

  public boolean offerLast(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.String headerValue
         0: .line 221
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            istore 2 /* size */
        start local 2 // int size
         1: .line 222
            aload 1 /* headerValue */
            ifnull 2
            iload 2 /* size */
            bipush 127
            if_icmpne 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         4: .line 224
            aload 3 /* value */
            instanceof java.lang.String[]
            ifeq 7
         5: .line 225
            aload 0 /* this */
            aload 1 /* headerValue */
            iload 2 /* size */
            aload 3 /* value */
            checkcast java.lang.String[]
            invokevirtual io.undertow.util.HeaderValues.offerLastMultiValue:(Ljava/lang/String;I[Ljava/lang/String;)V
         6: .line 226
            goto 13
         7: .line 227
      StackMap locals: java.lang.Object
      StackMap stack:
            iload 2 /* size */
            ifne 11
         8: .line 228
            aload 0 /* this */
            aload 1 /* headerValue */
            putfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
         9: .line 229
            aload 0 /* this */
            iconst_1
            putfield io.undertow.util.HeaderValues.size:B
        10: .line 230
            goto 13
        11: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            aload 3 /* value */
            checkcast java.lang.String
            aastore
            dup
            iconst_1
            aload 1 /* headerValue */
            aastore
            putfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
        12: .line 232
            aload 0 /* this */
            iconst_2
            putfield io.undertow.util.HeaderValues.size:B
        13: .line 235
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // java.lang.Object value
        end local 2 // int size
        end local 1 // java.lang.String headerValue
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lio/undertow/util/HeaderValues;
            0   14     1  headerValue  Ljava/lang/String;
            1   14     2         size  I
            4   14     3        value  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      headerValue  final

  private void offerLastMultiValue(java.lang.String, int, java.lang.String[]);
    descriptor: (Ljava/lang/String;I[Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.String headerValue
        start local 2 // int size
        start local 3 // java.lang.String[] value
         0: .line 239
            aload 3 /* value */
            astore 4 /* strings */
        start local 4 // java.lang.String[] strings
         1: .line 240
            aload 4 /* strings */
            arraylength
            istore 5 /* len */
        start local 5 // int len
         2: .line 241
            iload 2 /* size */
            iload 5 /* len */
            if_icmpne 8
         3: .line 242
            iload 5 /* len */
            iconst_2
            iadd
            anewarray java.lang.String
            astore 6 /* newStrings */
        start local 6 // java.lang.String[] newStrings
         4: .line 243
            aload 4 /* strings */
            iconst_0
            aload 6 /* newStrings */
            iconst_0
            iload 5 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 244
            aload 6 /* newStrings */
            iload 5 /* len */
            aload 1 /* headerValue */
            aastore
         6: .line 245
            aload 0 /* this */
            aload 6 /* newStrings */
            putfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
        end local 6 // java.lang.String[] newStrings
         7: .line 246
            goto 9
         8: .line 247
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 4 /* strings */
            iload 2 /* size */
            aload 1 /* headerValue */
            aastore
         9: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* size */
            iconst_1
            iadd
            i2b
            putfield io.undertow.util.HeaderValues.size:B
        10: .line 250
            return
        end local 5 // int len
        end local 4 // java.lang.String[] strings
        end local 3 // java.lang.String[] value
        end local 2 // int size
        end local 1 // java.lang.String headerValue
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lio/undertow/util/HeaderValues;
            0   11     1  headerValue  Ljava/lang/String;
            0   11     2         size  I
            0   11     3        value  [Ljava/lang/String;
            1   11     4      strings  [Ljava/lang/String;
            2   11     5          len  I
            4    7     6   newStrings  [Ljava/lang/String;
    MethodParameters:
             Name  Flags
      headerValue  
      size         
      value        

  private boolean offer(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=3
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // int idx
        start local 2 // java.lang.String headerValue
         0: .line 253
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            istore 3 /* size */
        start local 3 // int size
         1: .line 254
            iload 1 /* idx */
            iflt 2
            iload 1 /* idx */
            iload 3 /* size */
            if_icmpgt 2
            iload 3 /* size */
            bipush 127
            if_icmpeq 2
            aload 2 /* headerValue */
            ifnonnull 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 255
      StackMap locals:
      StackMap stack:
            iload 1 /* idx */
            ifne 4
            aload 0 /* this */
            aload 2 /* headerValue */
            invokevirtual io.undertow.util.HeaderValues.offerFirst:(Ljava/lang/String;)Z
            ireturn
         4: .line 256
      StackMap locals:
      StackMap stack:
            iload 1 /* idx */
            iload 3 /* size */
            if_icmpne 5
            aload 0 /* this */
            aload 2 /* headerValue */
            invokevirtual io.undertow.util.HeaderValues.offerLast:(Ljava/lang/String;)Z
            ireturn
         5: .line 257
      StackMap locals:
      StackMap stack:
            getstatic io.undertow.util.HeaderValues.$assertionsDisabled:Z
            ifne 6
            iload 3 /* size */
            iconst_2
            if_icmpge 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
         7: .line 259
            getstatic io.undertow.util.HeaderValues.$assertionsDisabled:Z
            ifne 8
            aload 4 /* value */
            instanceof java.lang.String[]
            ifne 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 260
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* value */
            checkcast java.lang.String[]
            astore 5 /* strings */
        start local 5 // java.lang.String[] strings
         9: .line 261
            aload 5 /* strings */
            arraylength
            istore 6 /* len */
        start local 6 // int len
        10: .line 263
            iload 3 /* size */
            iload 6 /* len */
            if_icmpne 18
        11: .line 265
            iload 6 /* len */
            iconst_2
            iadd
            istore 7 /* newLen */
        start local 7 // int newLen
        12: .line 266
            iload 7 /* newLen */
            anewarray java.lang.String
            astore 8 /* newStrings */
        start local 8 // java.lang.String[] newStrings
        13: .line 267
            aload 4 /* value */
            iconst_0
            aload 8 /* newStrings */
            iconst_0
            iload 1 /* idx */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 268
            aload 4 /* value */
            iload 1 /* idx */
            aload 8 /* newStrings */
            iload 1 /* idx */
            iconst_1
            iadd
            iload 6 /* len */
            iload 1 /* idx */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 271
            aload 8 /* newStrings */
            iload 1 /* idx */
            aload 2 /* headerValue */
            aastore
        16: .line 272
            aload 0 /* this */
            aload 8 /* newStrings */
            putfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
        end local 8 // java.lang.String[] newStrings
        end local 7 // int newLen
        17: .line 273
            goto 20
        18: .line 274
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 4 /* value */
            iload 1 /* idx */
            aload 4 /* value */
            iload 1 /* idx */
            iconst_1
            iadd
            iload 6 /* len */
            iload 1 /* idx */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 277
            aload 5 /* strings */
            iload 1 /* idx */
            aload 2 /* headerValue */
            aastore
        20: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* size */
            iconst_1
            iadd
            i2b
            putfield io.undertow.util.HeaderValues.size:B
        21: .line 280
            iconst_1
            ireturn
        end local 6 // int len
        end local 5 // java.lang.String[] strings
        end local 4 // java.lang.Object value
        end local 3 // int size
        end local 2 // java.lang.String headerValue
        end local 1 // int idx
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0         this  Lio/undertow/util/HeaderValues;
            0   22     1          idx  I
            0   22     2  headerValue  Ljava/lang/String;
            1   22     3         size  I
            7   22     4        value  Ljava/lang/Object;
            9   22     5      strings  [Ljava/lang/String;
           10   22     6          len  I
           12   17     7       newLen  I
           13   17     8   newStrings  [Ljava/lang/String;
    MethodParameters:
             Name  Flags
      idx          
      headerValue  final

  public java.lang.String pollFirst();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 284
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            istore 1 /* size */
        start local 1 // byte size
         1: .line 285
            iload 1 /* size */
            ifne 2
            aconst_null
            areturn
         2: .line 287
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            astore 2 /* value */
        start local 2 // java.lang.Object value
         3: .line 288
            aload 2 /* value */
            instanceof java.lang.String
            ifeq 7
         4: .line 289
            aload 0 /* this */
            iconst_0
            putfield io.undertow.util.HeaderValues.size:B
         5: .line 290
            aload 0 /* this */
            aconst_null
            putfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
         6: .line 291
            aload 2 /* value */
            checkcast java.lang.String
            areturn
         7: .line 293
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* value */
            checkcast java.lang.String[]
            astore 3 /* strings */
        start local 3 // java.lang.String[] strings
         8: .line 294
            aload 3 /* strings */
            iconst_0
            aaload
            astore 4 /* ret */
        start local 4 // java.lang.String ret
         9: .line 295
            aload 3 /* strings */
            iconst_1
            aload 3 /* strings */
            iconst_0
            aload 3 /* strings */
            arraylength
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 296
            aload 0 /* this */
            iload 1 /* size */
            iconst_1
            isub
            i2b
            putfield io.undertow.util.HeaderValues.size:B
        11: .line 297
            aload 4 /* ret */
            areturn
        end local 4 // java.lang.String ret
        end local 3 // java.lang.String[] strings
        end local 2 // java.lang.Object value
        end local 1 // byte size
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lio/undertow/util/HeaderValues;
            1   12     1     size  B
            3   12     2    value  Ljava/lang/Object;
            8   12     3  strings  [Ljava/lang/String;
            9   12     4      ret  Ljava/lang/String;

  public java.lang.String pollLast();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 302
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            istore 1 /* size */
        start local 1 // byte size
         1: .line 303
            iload 1 /* size */
            ifne 2
            aconst_null
            areturn
         2: .line 305
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            astore 2 /* value */
        start local 2 // java.lang.Object value
         3: .line 306
            aload 2 /* value */
            instanceof java.lang.String
            ifeq 7
         4: .line 307
            aload 0 /* this */
            iconst_0
            putfield io.undertow.util.HeaderValues.size:B
         5: .line 308
            aload 0 /* this */
            aconst_null
            putfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
         6: .line 309
            aload 2 /* value */
            checkcast java.lang.String
            areturn
         7: .line 311
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* value */
            checkcast java.lang.String[]
            astore 3 /* strings */
        start local 3 // java.lang.String[] strings
         8: .line 312
            aload 0 /* this */
            iload 1 /* size */
            iconst_1
            isub
            i2b
            dup_x1
            putfield io.undertow.util.HeaderValues.size:B
            istore 4 /* idx */
        start local 4 // int idx
         9: .line 313
            aload 3 /* strings */
            arraylength
            istore 5 /* len */
        start local 5 // int len
        10: .line 314
            iload 4 /* idx */
            iload 5 /* len */
            if_icmple 11
            iload 4 /* idx */
            iload 5 /* len */
            isub
            istore 4 /* idx */
        11: .line 316
      StackMap locals: java.lang.String[] int int
      StackMap stack:
            aload 3 /* strings */
            iload 4 /* idx */
            aaload
            astore 7
        12: .line 318
            aload 3 /* strings */
            iload 4 /* idx */
            aconst_null
            aastore
        13: .line 316
            aload 7
            areturn
        14: .line 317
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        15: .line 318
            aload 3 /* strings */
            iload 4 /* idx */
            aconst_null
            aastore
        16: .line 319
            aload 6
            athrow
        end local 5 // int len
        end local 4 // int idx
        end local 3 // java.lang.String[] strings
        end local 2 // java.lang.Object value
        end local 1 // byte size
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lio/undertow/util/HeaderValues;
            1   17     1     size  B
            3   17     2    value  Ljava/lang/Object;
            8   17     3  strings  [Ljava/lang/String;
            9   17     4      idx  I
           10   17     5      len  I
      Exception table:
        from    to  target  type
          11    12      14  any

  public java.lang.String remove(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // int idx
         0: .line 324
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            istore 2 /* size */
        start local 2 // int size
         1: .line 325
            iload 1 /* idx */
            iflt 2
            iload 1 /* idx */
            iload 2 /* size */
            if_icmplt 3
      StackMap locals: int
      StackMap stack:
         2: new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 326
      StackMap locals:
      StackMap stack:
            iload 1 /* idx */
            ifne 4
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderValues.removeFirst:()Ljava/lang/String;
            areturn
         4: .line 327
      StackMap locals:
      StackMap stack:
            iload 1 /* idx */
            iload 2 /* size */
            iconst_1
            isub
            if_icmpne 5
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderValues.removeLast:()Ljava/lang/String;
            areturn
         5: .line 328
      StackMap locals:
      StackMap stack:
            getstatic io.undertow.util.HeaderValues.$assertionsDisabled:Z
            ifne 6
            iload 2 /* size */
            iconst_2
            if_icmpgt 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            checkcast java.lang.String[]
            astore 3 /* value */
        start local 3 // java.lang.String[] value
         7: .line 331
            aload 3 /* value */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         8: .line 332
            aload 3 /* value */
            iload 1 /* idx */
            aaload
            astore 5 /* ret */
        start local 5 // java.lang.String ret
         9: .line 333
            aload 3 /* value */
            iload 1 /* idx */
            iconst_1
            iadd
            aload 3 /* value */
            iload 1 /* idx */
            iload 4 /* len */
            iload 1 /* idx */
            isub
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 334
            aload 3 /* value */
            iload 4 /* len */
            iconst_1
            isub
            aconst_null
            aastore
        11: .line 335
            aload 0 /* this */
            iload 2 /* size */
            iconst_1
            isub
            i2b
            putfield io.undertow.util.HeaderValues.size:B
        12: .line 336
            aload 5 /* ret */
            areturn
        end local 5 // java.lang.String ret
        end local 4 // int len
        end local 3 // java.lang.String[] value
        end local 2 // int size
        end local 1 // int idx
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lio/undertow/util/HeaderValues;
            0   13     1    idx  I
            1   13     2   size  I
            7   13     3  value  [Ljava/lang/String;
            8   13     4    len  I
            9   13     5    ret  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      idx   

  public java.lang.String get(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // int idx
         0: .line 340
            iload 1 /* idx */
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            if_icmple 2
         1: .line 341
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            astore 2 /* value */
        start local 2 // java.lang.Object value
         3: .line 344
            getstatic io.undertow.util.HeaderValues.$assertionsDisabled:Z
            ifne 4
            aload 2 /* value */
            ifnonnull 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 345
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* value */
            instanceof java.lang.String
            ifeq 7
         5: .line 346
            getstatic io.undertow.util.HeaderValues.$assertionsDisabled:Z
            ifne 6
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            iconst_1
            if_icmpeq 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 347
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            checkcast java.lang.String
            areturn
         7: .line 349
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            checkcast java.lang.String[]
            astore 3 /* a */
        start local 3 // java.lang.String[] a
         8: .line 350
            aload 3 /* a */
            aload 0 /* this */
            iload 1 /* idx */
            invokevirtual io.undertow.util.HeaderValues.index:(I)I
            aaload
            areturn
        end local 3 // java.lang.String[] a
        end local 2 // java.lang.Object value
        end local 1 // int idx
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/undertow/util/HeaderValues;
            0    9     1    idx  I
            3    9     2  value  Ljava/lang/Object;
            8    9     3      a  [Ljava/lang/String;
    MethodParameters:
      Name  Flags
      idx   

  public int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.Object o
         0: .line 354
            aload 1 /* o */
            ifnull 1
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_m1
            ireturn
         2: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            instanceof java.lang.String[]
            ifeq 14
         3: .line 356
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            checkcast java.lang.String[]
            astore 2 /* list */
        start local 2 // java.lang.String[] list
         4: .line 357
            aload 2 /* list */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         5: .line 358
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 12
         7: .line 359
      StackMap locals: java.lang.String[] int int
      StackMap stack:
            iload 4 /* i */
            iload 3 /* len */
            if_icmple 8
            aload 2 /* list */
            iload 4 /* i */
            iload 3 /* len */
            isub
            aaload
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 2 /* list */
            iload 4 /* i */
            aaload
      StackMap locals:
      StackMap stack: java.lang.String
         9: aload 1 /* o */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 360
            iload 4 /* i */
            ireturn
        11: .line 358
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            if_icmplt 7
        end local 4 // int i
        end local 3 // int len
        end local 2 // java.lang.String[] list
        13: .line 363
            goto 16
      StackMap locals:
      StackMap stack:
        14: aload 1 /* o */
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 16
        15: .line 364
            iconst_0
            ireturn
        16: .line 366
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lio/undertow/util/HeaderValues;
            0   17     1     o  Ljava/lang/Object;
            4   13     2  list  [Ljava/lang/String;
            5   13     3   len  I
            6   13     4     i  I
    MethodParameters:
      Name  Flags
      o     final

  public int lastIndexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.Object o
         0: .line 370
            aload 1 /* o */
            ifnull 1
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_m1
            ireturn
         2: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            instanceof java.lang.String[]
            ifeq 15
         3: .line 372
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            checkcast java.lang.String[]
            astore 2 /* list */
        start local 2 // java.lang.String[] list
         4: .line 373
            aload 2 /* list */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         5: .line 375
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            iconst_1
            isub
            istore 5 /* i */
        start local 5 // int i
         6: goto 13
         7: .line 376
      StackMap locals: io.undertow.util.HeaderValues java.lang.Object java.lang.String[] int top int
      StackMap stack:
            iload 5 /* i */
            istore 4 /* idx */
        start local 4 // int idx
         8: .line 377
            iload 4 /* idx */
            iload 3 /* len */
            if_icmple 9
            aload 2 /* list */
            iload 4 /* idx */
            iload 3 /* len */
            isub
            aaload
            goto 10
      StackMap locals: io.undertow.util.HeaderValues java.lang.Object java.lang.String[] int int int
      StackMap stack:
         9: aload 2 /* list */
            iload 4 /* idx */
            aaload
      StackMap locals:
      StackMap stack: java.lang.String
        10: aload 1 /* o */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
        11: .line 378
            iload 5 /* i */
            ireturn
        12: .line 375
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ -1
        end local 4 // int idx
      StackMap locals: io.undertow.util.HeaderValues java.lang.Object java.lang.String[] int top int
      StackMap stack:
        13: iload 5 /* i */
            ifge 7
        end local 5 // int i
        end local 3 // int len
        end local 2 // java.lang.String[] list
        14: .line 381
            goto 17
      StackMap locals: io.undertow.util.HeaderValues java.lang.Object
      StackMap stack:
        15: aload 1 /* o */
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 17
        16: .line 382
            iconst_0
            ireturn
        17: .line 384
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lio/undertow/util/HeaderValues;
            0   18     1     o  Ljava/lang/Object;
            4   14     2  list  [Ljava/lang/String;
            5   14     3   len  I
            8   13     4   idx  I
            6   14     5     i  I
    MethodParameters:
      Name  Flags
      o     final

  public java.lang.String set(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // int index
        start local 2 // java.lang.String element
         0: .line 388
            aload 2 /* element */
            ifnonnull 1
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         1: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            istore 3 /* size */
        start local 3 // byte size
         2: .line 391
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            iload 3 /* size */
            if_icmplt 4
      StackMap locals: int
      StackMap stack:
         3: new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
         5: .line 394
            iload 3 /* size */
            iconst_1
            if_icmpne 12
            aload 4 /* value */
            instanceof java.lang.String
            ifeq 12
         6: .line 395
            aload 4 /* value */
            checkcast java.lang.String
            astore 6
         7: .line 397
            aload 0 /* this */
            aload 2 /* element */
            putfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
         8: .line 395
            aload 6
            areturn
         9: .line 396
      StackMap locals: io.undertow.util.HeaderValues int java.lang.String int java.lang.Object
      StackMap stack: java.lang.Throwable
            astore 5
        10: .line 397
            aload 0 /* this */
            aload 2 /* element */
            putfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
        11: .line 398
            aload 5
            athrow
        12: .line 399
      StackMap locals:
      StackMap stack:
            aload 4 /* value */
            checkcast java.lang.String[]
            astore 5 /* list */
        start local 5 // java.lang.String[] list
        13: .line 400
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual io.undertow.util.HeaderValues.index:(I)I
            istore 6 /* i */
        start local 6 // int i
        14: .line 402
            aload 5 /* list */
            iload 6 /* i */
            aaload
            astore 8
        15: .line 404
            aload 5 /* list */
            iload 6 /* i */
            aload 2 /* element */
            aastore
        16: .line 402
            aload 8
            areturn
        17: .line 403
      StackMap locals: io.undertow.util.HeaderValues int java.lang.String int java.lang.Object java.lang.String[] int
      StackMap stack: java.lang.Throwable
            astore 7
        18: .line 404
            aload 5 /* list */
            iload 6 /* i */
            aload 2 /* element */
            aastore
        19: .line 405
            aload 7
            athrow
        end local 6 // int i
        end local 5 // java.lang.String[] list
        end local 4 // java.lang.Object value
        end local 3 // byte size
        end local 2 // java.lang.String element
        end local 1 // int index
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lio/undertow/util/HeaderValues;
            0   20     1    index  I
            0   20     2  element  Ljava/lang/String;
            2   20     3     size  B
            5   20     4    value  Ljava/lang/Object;
           13   20     5     list  [Ljava/lang/String;
           14   20     6        i  I
      Exception table:
        from    to  target  type
           6     7       9  any
          14    15      17  any
    MethodParameters:
         Name  Flags
      index    final
      element  final

  public boolean addAll(int, java.util.Collection<? extends java.lang.String>);
    descriptor: (ILjava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // int index
        start local 2 // java.util.Collection c
         0: .line 410
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            istore 3 /* size */
        start local 3 // int size
         1: .line 411
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            iload 3 /* size */
            if_icmple 3
      StackMap locals: int
      StackMap stack:
         2: new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 412
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4 /* iterator */
        start local 4 // java.util.Iterator iterator
         4: .line 413
            iconst_0
            istore 5 /* result */
        start local 5 // boolean result
         5: .line 414
            goto 7
         6: .line 415
      StackMap locals: java.util.Iterator int
      StackMap stack:
            iload 5 /* result */
            aload 0 /* this */
            iload 1 /* index */
            aload 4 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.undertow.util.HeaderValues.offer:(ILjava/lang/String;)Z
            ior
            istore 5 /* result */
         7: .line 414
      StackMap locals:
      StackMap stack:
            aload 4 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         8: .line 417
            iload 5 /* result */
            ireturn
        end local 5 // boolean result
        end local 4 // java.util.Iterator iterator
        end local 3 // int size
        end local 2 // java.util.Collection c
        end local 1 // int index
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lio/undertow/util/HeaderValues;
            0    9     1     index  I
            0    9     2         c  Ljava/util/Collection<+Ljava/lang/String;>;
            1    9     3      size  I
            4    9     4  iterator  Ljava/util/Iterator<+Ljava/lang/String;>;
            5    9     5    result  Z
    Signature: (ILjava/util/Collection<+Ljava/lang/String;>;)Z
    MethodParameters:
       Name  Flags
      index  
      c      final

  public java.util.List<java.lang.String> subList(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 422
            iload 1 /* fromIndex */
            iflt 1
            iload 2 /* toIndex */
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            if_icmpgt 1
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            if_icmple 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 423
      StackMap locals:
      StackMap stack:
            iload 2 /* toIndex */
            iload 1 /* fromIndex */
            isub
            istore 3 /* len */
        start local 3 // int len
         3: .line 424
            iload 3 /* len */
            anewarray java.lang.String
            astore 4 /* strings */
        start local 4 // java.lang.String[] strings
         4: .line 425
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 426
      StackMap locals: int java.lang.String[] int
      StackMap stack:
            aload 4 /* strings */
            iload 5 /* i */
            aload 0 /* this */
            iload 5 /* i */
            iload 1 /* fromIndex */
            iadd
            invokevirtual io.undertow.util.HeaderValues.get:(I)Ljava/lang/String;
            aastore
         7: .line 425
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 6
        end local 5 // int i
         9: .line 428
            aload 4 /* strings */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 4 // java.lang.String[] strings
        end local 3 // int len
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lio/undertow/util/HeaderValues;
            0   10     1  fromIndex  I
            0   10     2    toIndex  I
            3   10     3        len  I
            4   10     4    strings  [Ljava/lang/String;
            5    9     5          i  I
    Signature: (II)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
           Name  Flags
      fromIndex  final
      toIndex    final

  public java.lang.String[] toArray();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 432
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            istore 1 /* size */
        start local 1 // int size
         1: .line 433
            iload 1 /* size */
            ifne 3
         2: .line 434
            getstatic io.undertow.util.HeaderValues.NO_STRINGS:[Ljava/lang/String;
            areturn
         3: .line 436
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            astore 2 /* v */
        start local 2 // java.lang.Object v
         4: .line 437
            aload 2 /* v */
            instanceof java.lang.String
            ifeq 5
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 2 /* v */
            checkcast java.lang.String
            aastore
            areturn
         5: .line 438
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* v */
            checkcast java.lang.String[]
            astore 3 /* list */
        start local 3 // java.lang.String[] list
         6: .line 439
            aload 3 /* list */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         7: .line 440
            iload 1 /* size */
            istore 5 /* copyEnd */
        start local 5 // int copyEnd
         8: .line 441
            iload 5 /* copyEnd */
            iload 4 /* len */
            if_icmpge 10
         9: .line 442
            aload 3 /* list */
            iconst_0
            iload 5 /* copyEnd */
            invokestatic java.util.Arrays.copyOfRange:([Ljava/lang/Object;II)[Ljava/lang/Object;
            checkcast java.lang.String[]
            areturn
        10: .line 444
      StackMap locals: java.lang.String[] int int
      StackMap stack:
            aload 3 /* list */
            iconst_0
            iload 5 /* copyEnd */
            invokestatic java.util.Arrays.copyOfRange:([Ljava/lang/Object;II)[Ljava/lang/Object;
            checkcast java.lang.String[]
            astore 6 /* ret */
        start local 6 // java.lang.String[] ret
        11: .line 445
            aload 3 /* list */
            iconst_0
            aload 6 /* ret */
            iload 4 /* len */
            iload 5 /* copyEnd */
            iload 4 /* len */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 446
            aload 6 /* ret */
            areturn
        end local 6 // java.lang.String[] ret
        end local 5 // int copyEnd
        end local 4 // int len
        end local 3 // java.lang.String[] list
        end local 2 // java.lang.Object v
        end local 1 // int size
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lio/undertow/util/HeaderValues;
            1   13     1     size  I
            4   13     2        v  Ljava/lang/Object;
            6   13     3     list  [Ljava/lang/String;
            7   13     4      len  I
            8   13     5  copyEnd  I
           11   13     6      ret  [Ljava/lang/String;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.Object[] a
         0: .line 451
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            istore 2 /* size */
        start local 2 // int size
         1: .line 452
            iload 2 /* size */
            ifne 2
            aload 1 /* a */
            areturn
         2: .line 453
      StackMap locals: int
      StackMap stack:
            aload 1 /* a */
            arraylength
            istore 3 /* inLen */
        start local 3 // int inLen
         3: .line 454
            iload 3 /* inLen */
            iload 2 /* size */
            if_icmpge 4
            aload 1 /* a */
            iload 3 /* inLen */
            iload 3 /* inLen */
            iload 2 /* size */
            iadd
            invokestatic java.util.Arrays.copyOfRange:([Ljava/lang/Object;II)[Ljava/lang/Object;
            goto 5
      StackMap locals: int
      StackMap stack:
         4: aload 1 /* a */
      StackMap locals:
      StackMap stack: java.lang.Object[]
         5: astore 4 /* target */
        start local 4 // java.lang.Object[] target
         6: .line 455
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.value:Ljava/lang/Object;
            astore 5 /* v */
        start local 5 // java.lang.Object v
         7: .line 456
            aload 5 /* v */
            instanceof java.lang.String
            ifeq 10
         8: .line 457
            aload 4 /* target */
            iconst_0
            aload 5 /* v */
            aastore
         9: .line 458
            goto 11
        10: .line 459
      StackMap locals: java.lang.Object[] java.lang.Object
      StackMap stack:
            aload 5 /* v */
            iconst_0
            aload 4 /* target */
            iconst_0
            iload 2 /* size */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 461
      StackMap locals:
      StackMap stack:
            aload 4 /* target */
            areturn
        end local 5 // java.lang.Object v
        end local 4 // java.lang.Object[] target
        end local 3 // int inLen
        end local 2 // int size
        end local 1 // java.lang.Object[] a
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lio/undertow/util/HeaderValues;
            0   12     1       a  [Ljava/lang/Object;
            1   12     2    size  I
            3   12     3   inLen  I
            6   12     4  target  [Ljava/lang/Object;
            7   12     5       v  Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
      Name  Flags
      a     final

  public void addFirst(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.String s
         0: .line 471
            aload 1 /* s */
            ifnonnull 1
            return
         1: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual io.undertow.util.HeaderValues.offerFirst:(Ljava/lang/String;)Z
            ifne 2
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 473
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String s
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/util/HeaderValues;
            0    3     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     final

  public void addLast(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.String s
         0: .line 476
            aload 1 /* s */
            ifnonnull 1
            return
         1: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual io.undertow.util.HeaderValues.offerLast:(Ljava/lang/String;)Z
            ifne 2
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 478
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String s
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/util/HeaderValues;
            0    3     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     final

  public void add(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // int index
        start local 2 // java.lang.String s
         0: .line 481
            aload 2 /* s */
            ifnonnull 1
            return
         1: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* s */
            invokevirtual io.undertow.util.HeaderValues.offer:(ILjava/lang/String;)Z
            ifne 2
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 483
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String s
        end local 1 // int index
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/undertow/util/HeaderValues;
            0    3     1  index  I
            0    3     2      s  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      index  final
      s      final

  public boolean contains(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.HeaderValues this
        start local 1 // java.lang.Object o
         0: .line 486
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual io.undertow.util.HeaderValues.indexOf:(Ljava/lang/Object;)I
            iconst_m1
            if_icmpeq 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.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/util/HeaderValues;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  public java.lang.String peekFirst();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 490
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            ifne 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            iconst_0
            invokevirtual io.undertow.util.HeaderValues.get:(I)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/util/HeaderValues;

  public java.lang.String peekLast();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 494
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            ifne 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            aload 0 /* this */
            getfield io.undertow.util.HeaderValues.size:B
            iconst_1
            isub
            invokevirtual io.undertow.util.HeaderValues.get:(I)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/util/HeaderValues;

  public boolean removeFirstOccurrence(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.Object o
         0: .line 498
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual io.undertow.util.HeaderValues.indexOf:(Ljava/lang/Object;)I
            istore 2 /* i */
        start local 2 // int i
         1: .line 499
            iload 2 /* i */
            iconst_m1
            if_icmpeq 2
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual io.undertow.util.HeaderValues.remove:(I)Ljava/lang/String;
            ifnull 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // int i
        end local 1 // java.lang.Object o
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/util/HeaderValues;
            0    3     1     o  Ljava/lang/Object;
            1    3     2     i  I
    MethodParameters:
      Name  Flags
      o     final

  public boolean removeLastOccurrence(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.Object o
         0: .line 503
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual io.undertow.util.HeaderValues.lastIndexOf:(Ljava/lang/Object;)I
            istore 2 /* i */
        start local 2 // int i
         1: .line 504
            iload 2 /* i */
            iconst_m1
            if_icmpeq 2
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual io.undertow.util.HeaderValues.remove:(I)Ljava/lang/String;
            ifnull 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // int i
        end local 1 // java.lang.Object o
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/util/HeaderValues;
            0    3     1     o  Ljava/lang/Object;
            1    3     2     i  I
    MethodParameters:
      Name  Flags
      o     final

  public boolean add(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.String s
         0: .line 508
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual io.undertow.util.HeaderValues.addLast:(Ljava/lang/String;)V
         1: .line 509
            iconst_1
            ireturn
        end local 1 // java.lang.String s
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/util/HeaderValues;
            0    2     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     final

  public void push(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.String s
         0: .line 513
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual io.undertow.util.HeaderValues.addFirst:(Ljava/lang/String;)V
         1: .line 514
            return
        end local 1 // java.lang.String s
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/util/HeaderValues;
            0    2     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     final

  public java.lang.String pop();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 517
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderValues.removeFirst:()Ljava/lang/String;
            areturn
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderValues;

  public boolean offer(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.lang.String s
         0: .line 521
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual io.undertow.util.HeaderValues.offerLast:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String s
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderValues;
            0    1     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     final

  public java.lang.String poll();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 525
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderValues.pollFirst:()Ljava/lang/String;
            areturn
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderValues;

  public java.lang.String peek();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 529
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderValues.peekFirst:()Ljava/lang/String;
            areturn
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderValues;

  public java.lang.String remove();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 533
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderValues.removeFirst:()Ljava/lang/String;
            areturn
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderValues;

  public java.lang.String removeFirst();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 537
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderValues.pollFirst:()Ljava/lang/String;
            astore 1 /* s */
        start local 1 // java.lang.String s
         1: .line 538
            aload 1 /* s */
            ifnonnull 3
         2: .line 539
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 541
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* s */
            areturn
        end local 1 // java.lang.String s
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/util/HeaderValues;
            1    4     1     s  Ljava/lang/String;

  public java.lang.String removeLast();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 545
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderValues.pollLast:()Ljava/lang/String;
            astore 1 /* s */
        start local 1 // java.lang.String s
         1: .line 546
            aload 1 /* s */
            ifnonnull 3
         2: .line 547
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 549
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* s */
            areturn
        end local 1 // java.lang.String s
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/util/HeaderValues;
            1    4     1     s  Ljava/lang/String;

  public java.lang.String getFirst();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 553
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderValues.peekFirst:()Ljava/lang/String;
            astore 1 /* s */
        start local 1 // java.lang.String s
         1: .line 554
            aload 1 /* s */
            ifnonnull 3
         2: .line 555
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 557
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* s */
            areturn
        end local 1 // java.lang.String s
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/util/HeaderValues;
            1    4     1     s  Ljava/lang/String;

  public java.lang.String getLast();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 561
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderValues.peekLast:()Ljava/lang/String;
            astore 1 /* s */
        start local 1 // java.lang.String s
         1: .line 562
            aload 1 /* s */
            ifnonnull 3
         2: .line 563
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 565
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* s */
            areturn
        end local 1 // java.lang.String s
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/util/HeaderValues;
            1    4     1     s  Ljava/lang/String;

  public java.lang.String element();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.HeaderValues this
         0: .line 569
            aload 0 /* this */
            invokevirtual io.undertow.util.HeaderValues.getFirst:()Ljava/lang/String;
            areturn
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderValues;

  public boolean remove(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.HeaderValues this
        start local 1 // java.lang.Object obj
         0: .line 573
            aload 0 /* this */
            aload 1 /* obj */
            invokevirtual io.undertow.util.HeaderValues.removeFirstOccurrence:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/HeaderValues;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public boolean addAll(java.util.Collection<? extends java.lang.String>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.undertow.util.HeaderValues this
        start local 1 // java.util.Collection c
         0: .line 577
            aload 1 /* c */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: io.undertow.util.HeaderValues java.util.Collection top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* s */
        start local 2 // java.lang.String s
         2: .line 578
            aload 0 /* this */
            aload 2 /* s */
            invokevirtual io.undertow.util.HeaderValues.add:(Ljava/lang/String;)Z
            pop
        end local 2 // java.lang.String s
         3: .line 577
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 580
            aload 1 /* c */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 5
            iconst_0
            goto 6
      StackMap locals: io.undertow.util.HeaderValues java.util.Collection
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: ireturn
        end local 1 // java.util.Collection c
        end local 0 // io.undertow.util.HeaderValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/undertow/util/HeaderValues;
            0    7     1     c  Ljava/util/Collection<+Ljava/lang/String;>;
            2    3     2     s  Ljava/lang/String;
    Signature: (Ljava/util/Collection<+Ljava/lang/String;>;)Z
    MethodParameters:
      Name  Flags
      c     final

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.toArray:()[Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void addFirst(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.String
            invokevirtual io.undertow.util.HeaderValues.addFirst:(Ljava/lang/String;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object element();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.element:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.getLast:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean offer(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.String
            invokevirtual io.undertow.util.HeaderValues.offer:(Ljava/lang/String;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.getFirst:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object set(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            checkcast java.lang.String
            invokevirtual io.undertow.util.HeaderValues.set:(ILjava/lang/String;)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object pop();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.pop:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object peekFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.peekFirst:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void addLast(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.String
            invokevirtual io.undertow.util.HeaderValues.addLast:(Ljava/lang/String;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean offerFirst(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.String
            invokevirtual io.undertow.util.HeaderValues.offerFirst:(Ljava/lang/String;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.String
            invokevirtual io.undertow.util.HeaderValues.add:(Ljava/lang/String;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void add(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            checkcast java.lang.String
            invokevirtual io.undertow.util.HeaderValues.add:(ILjava/lang/String;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object pollFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.pollFirst:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean offerLast(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.String
            invokevirtual io.undertow.util.HeaderValues.offerLast:(Ljava/lang/String;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object pollLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.pollLast:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.undertow.util.HeaderValues.get:(I)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object removeFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.removeFirst:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object remove();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.remove:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object remove(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.undertow.util.HeaderValues.remove:(I)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object peek();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.peek:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object poll();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.poll:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object peekLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.peekLast:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void push(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.String
            invokevirtual io.undertow.util.HeaderValues.push:(Ljava/lang/String;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object removeLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.util.HeaderValues.removeLast:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractCollection<Ljava/lang/String;>;Ljava/util/Deque<Ljava/lang/String;>;Ljava/util/List<Ljava/lang/String;>;Ljava/util/RandomAccess;
SourceFile: "HeaderValues.java"
NestMembers:
  io.undertow.util.HeaderValues$1
InnerClasses:
  io.undertow.util.HeaderValues$1