public final class io.vertx.core.http.CaseInsensitiveHeaders implements io.vertx.core.MultiMap
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.http.CaseInsensitiveHeaders
  super_class: java.lang.Object
{
  private static final int BUCKET_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 17

  private final io.vertx.core.http.CaseInsensitiveHeaders$MapEntry[] entries;
    descriptor: [Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.http.CaseInsensitiveHeaders$MapEntry head;
    descriptor: Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static int hash(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // java.lang.String name
         0: .line 36
            iconst_0
            istore 1 /* h */
        start local 1 // int h
         1: .line 37
            aload 0 /* name */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         2: goto 8
         3: .line 38
      StackMap locals: int int
      StackMap stack:
            aload 0 /* name */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 3 /* c */
        start local 3 // char c
         4: .line 39
            iload 3 /* c */
            bipush 65
            if_icmplt 6
            iload 3 /* c */
            bipush 90
            if_icmpgt 6
         5: .line 40
            iload 3 /* c */
            bipush 32
            iadd
            i2c
            istore 3 /* c */
         6: .line 42
      StackMap locals: int
      StackMap stack:
            bipush 31
            iload 1 /* h */
            imul
            iload 3 /* c */
            iadd
            istore 1 /* h */
        end local 3 // char c
         7: .line 37
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            ifge 3
        end local 2 // int i
         9: .line 45
            iload 1 /* h */
            ifle 11
        10: .line 46
            iload 1 /* h */
            ireturn
        11: .line 47
      StackMap locals:
      StackMap stack:
            iload 1 /* h */
            ldc -2147483648
            if_icmpne 13
        12: .line 48
            ldc 2147483647
            ireturn
        13: .line 50
      StackMap locals:
      StackMap stack:
            iload 1 /* h */
            ineg
            ireturn
        end local 1 // int h
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  name  Ljava/lang/String;
            1   14     1     h  I
            2    9     2     i  I
            4    7     3     c  C
    MethodParameters:
      Name  Flags
      name  

  private io.vertx.core.MultiMap set0(java.lang.Iterable<java.util.Map$Entry<java.lang.String, java.lang.String>>);
    descriptor: (Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.Iterable map
         0: .line 55
            aload 0 /* this */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.clear:()Lio/vertx/core/MultiMap;
            pop
         1: .line 56
            aload 1 /* map */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders java.lang.Iterable top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 57
            aload 0 /* this */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            pop
        end local 2 // java.util.Map$Entry entry
         4: .line 56
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 59
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable map
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    6     1    map  Ljava/lang/Iterable<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;
            3    4     2  entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/Iterable<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;)Lio/vertx/core/MultiMap;
    MethodParameters:
      Name  Flags
      map   

  public io.vertx.core.MultiMap setAll(io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/MultiMap;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // io.vertx.core.MultiMap headers
         0: .line 64
            aload 0 /* this */
            aload 1 /* headers */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.set0:(Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
            areturn
        end local 1 // io.vertx.core.MultiMap headers
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    1     1  headers  Lio/vertx/core/MultiMap;
    MethodParameters:
         Name  Flags
      headers  

  public io.vertx.core.MultiMap setAll(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.util.Map headers
         0: .line 69
            aload 0 /* this */
            aload 1 /* headers */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.set0:(Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
            areturn
        end local 1 // java.util.Map headers
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    1     1  headers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/core/MultiMap;
    MethodParameters:
         Name  Flags
      headers  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
         0: .line 74
            aload 0 /* this */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.names:()Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            ireturn
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;

  private static boolean eq(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // java.lang.String name1
        start local 1 // java.lang.String name2
         0: .line 78
            aload 0 /* name1 */
            invokevirtual java.lang.String.length:()I
            istore 2 /* nameLen */
        start local 2 // int nameLen
         1: .line 79
            iload 2 /* nameLen */
            aload 1 /* name2 */
            invokevirtual java.lang.String.length:()I
            if_icmpeq 3
         2: .line 80
            iconst_0
            ireturn
         3: .line 83
      StackMap locals: int
      StackMap stack:
            iload 2 /* nameLen */
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         4: goto 15
         5: .line 84
      StackMap locals: int
      StackMap stack:
            aload 0 /* name1 */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c1 */
        start local 4 // char c1
         6: .line 85
            aload 1 /* name2 */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* c2 */
        start local 5 // char c2
         7: .line 86
            iload 4 /* c1 */
            iload 5 /* c2 */
            if_icmpeq 14
         8: .line 87
            iload 4 /* c1 */
            bipush 65
            if_icmplt 10
            iload 4 /* c1 */
            bipush 90
            if_icmpgt 10
         9: .line 88
            iload 4 /* c1 */
            bipush 32
            iadd
            i2c
            istore 4 /* c1 */
        10: .line 90
      StackMap locals: int int
      StackMap stack:
            iload 5 /* c2 */
            bipush 65
            if_icmplt 12
            iload 5 /* c2 */
            bipush 90
            if_icmpgt 12
        11: .line 91
            iload 5 /* c2 */
            bipush 32
            iadd
            i2c
            istore 5 /* c2 */
        12: .line 93
      StackMap locals:
      StackMap stack:
            iload 4 /* c1 */
            iload 5 /* c2 */
            if_icmpeq 14
        13: .line 94
            iconst_0
            ireturn
        end local 5 // char c2
        end local 4 // char c1
        14: .line 83
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            ifge 5
        end local 3 // int i
        16: .line 98
            iconst_1
            ireturn
        end local 2 // int nameLen
        end local 1 // java.lang.String name2
        end local 0 // java.lang.String name1
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0    name1  Ljava/lang/String;
            0   17     1    name2  Ljava/lang/String;
            1   17     2  nameLen  I
            4   16     3        i  I
            6   14     4       c1  C
            7   14     5       c2  C
    MethodParameters:
       Name  Flags
      name1  
      name2  

  private static int index(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int hash
         0: .line 102
            iload 0 /* hash */
            bipush 17
            irem
            ireturn
        end local 0 // int hash
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  hash  I
    MethodParameters:
      Name  Flags
      hash  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
         0: .line 108
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 105
            aload 0 /* this */
            bipush 17
            anewarray io.vertx.core.http.CaseInsensitiveHeaders$MapEntry
            putfield io.vertx.core.http.CaseInsensitiveHeaders.entries:[Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
         2: .line 106
            aload 0 /* this */
            new io.vertx.core.http.CaseInsensitiveHeaders$MapEntry
            dup
            iconst_m1
            aconst_null
            aconst_null
            invokespecial io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.<init>:(ILjava/lang/String;Ljava/lang/String;)V
            putfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
         3: .line 109
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            dup_x1
            putfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.after:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            putfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.before:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
         4: .line 110
            return
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;

  public io.vertx.core.MultiMap add(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String strVal
         0: .line 114
            aload 1 /* name */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.hash:(Ljava/lang/String;)I
            istore 3 /* h */
        start local 3 // int h
         1: .line 115
            iload 3 /* h */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.index:(I)I
            istore 4 /* i */
        start local 4 // int i
         2: .line 116
            aload 0 /* this */
            iload 3 /* h */
            iload 4 /* i */
            aload 1 /* name */
            aload 2 /* strVal */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add0:(IILjava/lang/String;Ljava/lang/String;)V
         3: .line 117
            aload 0 /* this */
            areturn
        end local 4 // int i
        end local 3 // int h
        end local 2 // java.lang.String strVal
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    4     1    name  Ljava/lang/String;
            0    4     2  strVal  Ljava/lang/String;
            1    4     3       h  I
            2    4     4       i  I
    MethodParameters:
        Name  Flags
      name    final
      strVal  final

  public io.vertx.core.MultiMap add(java.lang.String, java.lang.Iterable<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable values
         0: .line 122
            aload 1 /* name */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.hash:(Ljava/lang/String;)I
            istore 3 /* h */
        start local 3 // int h
         1: .line 123
            iload 3 /* h */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.index:(I)I
            istore 4 /* i */
        start local 4 // int i
         2: .line 124
            aload 2 /* values */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6
            goto 5
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders java.lang.String java.lang.Iterable int int top java.util.Iterator
      StackMap stack:
         3: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* vstr */
        start local 5 // java.lang.String vstr
         4: .line 125
            aload 0 /* this */
            iload 3 /* h */
            iload 4 /* i */
            aload 1 /* name */
            aload 5 /* vstr */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add0:(IILjava/lang/String;Ljava/lang/String;)V
        end local 5 // java.lang.String vstr
         5: .line 124
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 127
            aload 0 /* this */
            areturn
        end local 4 // int i
        end local 3 // int h
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    7     1    name  Ljava/lang/String;
            0    7     2  values  Ljava/lang/Iterable<Ljava/lang/String;>;
            1    7     3       h  I
            2    7     4       i  I
            4    5     5    vstr  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/Iterable<Ljava/lang/String;>;)Lio/vertx/core/MultiMap;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.core.MultiMap addAll(io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/MultiMap;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // io.vertx.core.MultiMap headers
         0: .line 132
            aload 1 /* headers */
            invokeinterface io.vertx.core.MultiMap.entries:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders io.vertx.core.MultiMap top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         2: .line 133
            aload 0 /* this */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            pop
        end local 2 // java.util.Map$Entry entry
         3: .line 132
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 135
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.MultiMap headers
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    5     1  headers  Lio/vertx/core/MultiMap;
            2    3     2    entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
    MethodParameters:
         Name  Flags
      headers  

  public io.vertx.core.MultiMap addAll(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.util.Map map
         0: .line 140
            aload 1 /* map */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders java.util.Map top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         2: .line 141
            aload 0 /* this */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            pop
        end local 2 // java.util.Map$Entry entry
         3: .line 140
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 143
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map map
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    5     1    map  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            2    3     2  entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/core/MultiMap;
    MethodParameters:
      Name  Flags
      map   

  private void add0(int, int, java.lang.String, java.lang.String);
    descriptor: (IILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // int h
        start local 2 // int i
        start local 3 // java.lang.String name
        start local 4 // java.lang.String value
         0: .line 148
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.entries:[Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            iload 2 /* i */
            aaload
            astore 5 /* e */
        start local 5 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
         1: .line 150
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.entries:[Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            iload 2 /* i */
            new io.vertx.core.http.CaseInsensitiveHeaders$MapEntry
            dup
            iload 1 /* h */
            aload 3 /* name */
            aload 4 /* value */
            invokespecial io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.<init>:(ILjava/lang/String;Ljava/lang/String;)V
            dup
            astore 6 /* newEntry */
        start local 6 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry newEntry
         2: aastore
         3: .line 151
            aload 6 /* newEntry */
            aload 5 /* e */
            putfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.next:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
         4: .line 154
            aload 6 /* newEntry */
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.addBefore:(Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;)V
         5: .line 155
            return
        end local 6 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry newEntry
        end local 5 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
        end local 4 // java.lang.String value
        end local 3 // java.lang.String name
        end local 2 // int i
        end local 1 // int h
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    6     1         h  I
            0    6     2         i  I
            0    6     3      name  Ljava/lang/String;
            0    6     4     value  Ljava/lang/String;
            1    6     5         e  Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            2    6     6  newEntry  Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
    MethodParameters:
       Name  Flags
      h      
      i      
      name   final
      value  final

  public io.vertx.core.MultiMap remove(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.String name
         0: .line 159
            aload 1 /* name */
            ldc "name"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 160
            aload 1 /* name */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.hash:(Ljava/lang/String;)I
            istore 2 /* h */
        start local 2 // int h
         2: .line 161
            iload 2 /* h */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.index:(I)I
            istore 3 /* i */
        start local 3 // int i
         3: .line 162
            aload 0 /* this */
            iload 2 /* h */
            iload 3 /* i */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.remove0:(IILjava/lang/String;)V
         4: .line 163
            aload 0 /* this */
            areturn
        end local 3 // int i
        end local 2 // int h
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    5     1  name  Ljava/lang/String;
            2    5     2     h  I
            3    5     3     i  I
    MethodParameters:
      Name  Flags
      name  final

  private void remove0(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // int h
        start local 2 // int i
        start local 3 // java.lang.String name
         0: .line 167
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.entries:[Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            iload 2 /* i */
            aaload
            astore 4 /* e */
        start local 4 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
         1: .line 168
            aload 4 /* e */
            ifnonnull 3
         2: .line 169
            return
         3: .line 173
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders$MapEntry
      StackMap stack:
            aload 4 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.hash:I
            iload 1 /* h */
            if_icmpne 12
            aload 3 /* name */
            aload 4 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.key:Ljava/lang/String;
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.eq:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 12
         4: .line 174
            aload 4 /* e */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.remove:()V
         5: .line 175
            aload 4 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.next:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            astore 5 /* next */
        start local 5 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry next
         6: .line 176
            aload 5 /* next */
            ifnull 10
         7: .line 177
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.entries:[Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            iload 2 /* i */
            aload 5 /* next */
            aastore
         8: .line 178
            aload 5 /* next */
            astore 4 /* e */
         9: .line 179
            goto 3
        10: .line 180
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders$MapEntry
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.entries:[Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            iload 2 /* i */
            aconst_null
            aastore
        11: .line 181
            return
        end local 5 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry next
        12: .line 189
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.next:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            astore 5 /* next */
        start local 5 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry next
        13: .line 190
            aload 5 /* next */
            ifnonnull 15
        14: .line 191
            goto 21
        15: .line 193
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders$MapEntry
      StackMap stack:
            aload 5 /* next */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.hash:I
            iload 1 /* h */
            if_icmpne 19
            aload 3 /* name */
            aload 5 /* next */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.key:Ljava/lang/String;
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.eq:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 19
        16: .line 194
            aload 4 /* e */
            aload 5 /* next */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.next:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            putfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.next:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
        17: .line 195
            aload 5 /* next */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.remove:()V
        18: .line 196
            goto 12
        19: .line 197
      StackMap locals:
      StackMap stack:
            aload 5 /* next */
            astore 4 /* e */
        end local 5 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry next
        20: .line 188
            goto 12
        21: .line 200
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
        end local 3 // java.lang.String name
        end local 2 // int i
        end local 1 // int h
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0   22     1     h  I
            0   22     2     i  I
            0   22     3  name  Ljava/lang/String;
            1   22     4     e  Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            6   12     5  next  Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
           13   20     5  next  Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
    MethodParameters:
      Name  Flags
      h     
      i     
      name  

  public io.vertx.core.MultiMap set(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String strVal
         0: .line 204
            aload 1 /* name */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.hash:(Ljava/lang/String;)I
            istore 3 /* h */
        start local 3 // int h
         1: .line 205
            iload 3 /* h */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.index:(I)I
            istore 4 /* i */
        start local 4 // int i
         2: .line 206
            aload 0 /* this */
            iload 3 /* h */
            iload 4 /* i */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.remove0:(IILjava/lang/String;)V
         3: .line 207
            aload 0 /* this */
            iload 3 /* h */
            iload 4 /* i */
            aload 1 /* name */
            aload 2 /* strVal */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add0:(IILjava/lang/String;Ljava/lang/String;)V
         4: .line 208
            aload 0 /* this */
            areturn
        end local 4 // int i
        end local 3 // int h
        end local 2 // java.lang.String strVal
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    5     1    name  Ljava/lang/String;
            0    5     2  strVal  Ljava/lang/String;
            1    5     3       h  I
            2    5     4       i  I
    MethodParameters:
        Name  Flags
      name    final
      strVal  final

  public io.vertx.core.MultiMap set(java.lang.String, java.lang.Iterable<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable values
         0: .line 213
            aload 2 /* values */
            ldc "values"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 215
            aload 1 /* name */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.hash:(Ljava/lang/String;)I
            istore 3 /* h */
        start local 3 // int h
         2: .line 216
            iload 3 /* h */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.index:(I)I
            istore 4 /* i */
        start local 4 // int i
         3: .line 218
            aload 0 /* this */
            iload 3 /* h */
            iload 4 /* i */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.remove0:(IILjava/lang/String;)V
         4: .line 219
            aload 2 /* values */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6
            goto 9
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders java.lang.String java.lang.Iterable int int top java.util.Iterator
      StackMap stack:
         5: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* v */
        start local 5 // java.lang.String v
         6: .line 220
            aload 5 /* v */
            ifnonnull 8
         7: .line 221
            goto 10
         8: .line 223
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders java.lang.String java.lang.Iterable int int java.lang.String java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            iload 3 /* h */
            iload 4 /* i */
            aload 1 /* name */
            aload 5 /* v */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add0:(IILjava/lang/String;Ljava/lang/String;)V
        end local 5 // java.lang.String v
         9: .line 219
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders java.lang.String java.lang.Iterable int int top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        10: .line 226
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders java.lang.String java.lang.Iterable int int
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 4 // int i
        end local 3 // int h
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0   11     1    name  Ljava/lang/String;
            0   11     2  values  Ljava/lang/Iterable<Ljava/lang/String;>;
            2   11     3       h  I
            3   11     4       i  I
            6    9     5       v  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/Iterable<Ljava/lang/String;>;)Lio/vertx/core/MultiMap;
    MethodParameters:
        Name  Flags
      name    final
      values  final

  public io.vertx.core.MultiMap clear();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
         0: .line 231
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 232
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.entries:[Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            iload 1 /* i */
            aconst_null
            aastore
         3: .line 231
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.entries:[Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            arraylength
            if_icmplt 2
        end local 1 // int i
         5: .line 234
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            dup_x1
            putfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.after:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            putfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.before:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
         6: .line 235
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            1    5     1     i  I

  public java.lang.String get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.String name
         0: .line 240
            aload 1 /* name */
            ldc "name"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 242
            aload 1 /* name */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.hash:(Ljava/lang/String;)I
            istore 2 /* h */
        start local 2 // int h
         2: .line 243
            iload 2 /* h */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.index:(I)I
            istore 3 /* i */
        start local 3 // int i
         3: .line 244
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.entries:[Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            iload 3 /* i */
            aaload
            astore 4 /* e */
        start local 4 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
         4: .line 245
            aconst_null
            astore 5 /* value */
        start local 5 // java.lang.String value
         5: .line 246
            goto 9
         6: .line 247
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders java.lang.String int int io.vertx.core.http.CaseInsensitiveHeaders$MapEntry java.lang.String
      StackMap stack:
            aload 4 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.hash:I
            iload 2 /* h */
            if_icmpne 8
            aload 1 /* name */
            aload 4 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.key:Ljava/lang/String;
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.eq:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 8
         7: .line 248
            aload 4 /* e */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.getValue:()Ljava/lang/String;
            astore 5 /* value */
         8: .line 250
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.next:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            astore 4 /* e */
         9: .line 246
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            ifnonnull 6
        10: .line 252
            aload 5 /* value */
            areturn
        end local 5 // java.lang.String value
        end local 4 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
        end local 3 // int i
        end local 2 // int h
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0   11     1   name  Ljava/lang/String;
            2   11     2      h  I
            3   11     3      i  I
            4   11     4      e  Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            5   11     5  value  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final

  public java.util.List<java.lang.String> getAll(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.String name
         0: .line 257
            aload 1 /* name */
            ldc "name"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 259
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            astore 2 /* values */
        start local 2 // java.util.LinkedList values
         2: .line 261
            aload 1 /* name */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.hash:(Ljava/lang/String;)I
            istore 3 /* h */
        start local 3 // int h
         3: .line 262
            iload 3 /* h */
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.index:(I)I
            istore 4 /* i */
        start local 4 // int i
         4: .line 263
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.entries:[Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            iload 4 /* i */
            aaload
            astore 5 /* e */
        start local 5 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
         5: .line 264
            goto 9
         6: .line 265
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders java.lang.String java.util.LinkedList int int io.vertx.core.http.CaseInsensitiveHeaders$MapEntry
      StackMap stack:
            aload 5 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.hash:I
            iload 3 /* h */
            if_icmpne 8
            aload 1 /* name */
            aload 5 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.key:Ljava/lang/String;
            invokestatic io.vertx.core.http.CaseInsensitiveHeaders.eq:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 8
         7: .line 266
            aload 2 /* values */
            aload 5 /* e */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.getValue:()Ljava/lang/String;
            invokevirtual java.util.LinkedList.addFirst:(Ljava/lang/Object;)V
         8: .line 268
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.next:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            astore 5 /* e */
         9: .line 264
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            ifnonnull 6
        10: .line 270
            aload 2 /* values */
            areturn
        end local 5 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
        end local 4 // int i
        end local 3 // int h
        end local 2 // java.util.LinkedList values
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0   11     1    name  Ljava/lang/String;
            2   11     2  values  Ljava/util/LinkedList<Ljava/lang/String;>;
            3   11     3       h  I
            4   11     4       i  I
            5   11     5       e  Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
    Signature: (Ljava/lang/String;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      name  final

  public void forEach(java.util.function.Consumer<? super java.util.Map$Entry<java.lang.String, java.lang.String>>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.util.function.Consumer action
         0: .line 275
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.after:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            astore 2 /* e */
        start local 2 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
         1: .line 276
            goto 4
         2: .line 277
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders$MapEntry
      StackMap stack:
            aload 1 /* action */
            aload 2 /* e */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         3: .line 278
            aload 2 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.after:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            astore 2 /* e */
         4: .line 276
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            if_acmpne 2
         5: .line 280
            return
        end local 2 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
        end local 1 // java.util.function.Consumer action
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    6     1  action  Ljava/util/function/Consumer<-Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;
            1    6     2       e  Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
    Signature: (Ljava/util/function/Consumer<-Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;)V
    MethodParameters:
        Name  Flags
      action  

  public java.util.List<java.util.Map$Entry<java.lang.String, java.lang.String>> entries();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
         0: .line 285
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
         1: .line 284
            astore 1 /* all */
        start local 1 // java.util.List all
         2: .line 287
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.after:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            astore 2 /* e */
        start local 2 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
         3: .line 288
            goto 6
         4: .line 289
      StackMap locals: java.util.List io.vertx.core.http.CaseInsensitiveHeaders$MapEntry
      StackMap stack:
            aload 1 /* all */
            aload 2 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 290
            aload 2 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.after:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            astore 2 /* e */
         6: .line 288
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            if_acmpne 4
         7: .line 292
            aload 1 /* all */
            areturn
        end local 2 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
        end local 1 // java.util.List all
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            2    8     1   all  Ljava/util/List<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;
            3    8     2     e  Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
    Signature: ()Ljava/util/List<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;

  public java.util.Iterator<java.util.Map$Entry<java.lang.String, java.lang.String>> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
         0: .line 297
            aload 0 /* this */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.entries:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;
    Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;

  public boolean contains(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.String name
         0: .line 302
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.get:(Ljava/lang/String;)Ljava/lang/String;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
         0: .line 307
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.after:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;

  public java.util.Set<java.lang.String> names();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
         0: .line 313
            new java.util.TreeSet
            dup
            getstatic java.lang.String.CASE_INSENSITIVE_ORDER:Ljava/util/Comparator;
            invokespecial java.util.TreeSet.<init>:(Ljava/util/Comparator;)V
            astore 1 /* names */
        start local 1 // java.util.Set names
         1: .line 315
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.after:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            astore 2 /* e */
        start local 2 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
         2: .line 316
            goto 5
         3: .line 317
      StackMap locals: java.util.Set io.vertx.core.http.CaseInsensitiveHeaders$MapEntry
      StackMap stack:
            aload 1 /* names */
            aload 2 /* e */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.getKey:()Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 318
            aload 2 /* e */
            getfield io.vertx.core.http.CaseInsensitiveHeaders$MapEntry.after:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            astore 2 /* e */
         5: .line 316
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            aload 0 /* this */
            getfield io.vertx.core.http.CaseInsensitiveHeaders.head:Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
            if_acmpne 3
         6: .line 320
            aload 1 /* names */
            areturn
        end local 2 // io.vertx.core.http.CaseInsensitiveHeaders$MapEntry e
        end local 1 // java.util.Set names
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            1    7     1  names  Ljava/util/Set<Ljava/lang/String;>;
            2    7     2      e  Lio/vertx/core/http/CaseInsensitiveHeaders$MapEntry;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public java.lang.String get(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.CharSequence name
         0: .line 325
            aload 0 /* this */
            aload 1 /* name */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.get:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    1     1  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public java.util.List<java.lang.String> getAll(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.CharSequence name
         0: .line 330
            aload 0 /* this */
            aload 1 /* name */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.getAll:(Ljava/lang/String;)Ljava/util/List;
            areturn
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    1     1  name  Ljava/lang/CharSequence;
    Signature: (Ljava/lang/CharSequence;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      name  

  public boolean contains(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.CharSequence name
         0: .line 335
            aload 0 /* this */
            aload 1 /* name */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.contains:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    1     1  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.core.MultiMap add(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
         0: .line 340
            aload 0 /* this */
            aload 1 /* name */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            aload 2 /* value */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            areturn
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    1     1   name  Ljava/lang/CharSequence;
            0    1     2  value  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.core.MultiMap add(java.lang.CharSequence, java.lang.Iterable<java.lang.CharSequence>);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Iterable values
         0: .line 345
            aload 1 /* name */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            astore 3 /* n */
        start local 3 // java.lang.String n
         1: .line 346
            aload 2 /* values */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 4
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders java.lang.CharSequence java.lang.Iterable java.lang.String top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.CharSequence
            astore 4 /* seq */
        start local 4 // java.lang.CharSequence seq
         3: .line 347
            aload 0 /* this */
            aload 3 /* n */
            aload 4 /* seq */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            pop
        end local 4 // java.lang.CharSequence seq
         4: .line 346
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 349
            aload 0 /* this */
            areturn
        end local 3 // java.lang.String n
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    6     1    name  Ljava/lang/CharSequence;
            0    6     2  values  Ljava/lang/Iterable<Ljava/lang/CharSequence;>;
            1    6     3       n  Ljava/lang/String;
            3    4     4     seq  Ljava/lang/CharSequence;
    Signature: (Ljava/lang/CharSequence;Ljava/lang/Iterable<Ljava/lang/CharSequence;>;)Lio/vertx/core/MultiMap;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.core.MultiMap set(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
         0: .line 354
            aload 0 /* this */
            aload 1 /* name */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            aload 2 /* value */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.set:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            areturn
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    1     1   name  Ljava/lang/CharSequence;
            0    1     2  value  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.core.MultiMap set(java.lang.CharSequence, java.lang.Iterable<java.lang.CharSequence>);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Iterable values
         0: .line 359
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.remove:(Ljava/lang/CharSequence;)Lio/vertx/core/MultiMap;
            pop
         1: .line 360
            aload 1 /* name */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            astore 3 /* n */
        start local 3 // java.lang.String n
         2: .line 361
            aload 2 /* values */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders java.lang.CharSequence java.lang.Iterable java.lang.String top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.CharSequence
            astore 4 /* seq */
        start local 4 // java.lang.CharSequence seq
         4: .line 362
            aload 0 /* this */
            aload 3 /* n */
            aload 4 /* seq */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            pop
        end local 4 // java.lang.CharSequence seq
         5: .line 361
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 364
            aload 0 /* this */
            areturn
        end local 3 // java.lang.String n
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    7     1    name  Ljava/lang/CharSequence;
            0    7     2  values  Ljava/lang/Iterable<Ljava/lang/CharSequence;>;
            2    7     3       n  Ljava/lang/String;
            4    5     4     seq  Ljava/lang/CharSequence;
    Signature: (Ljava/lang/CharSequence;Ljava/lang/Iterable<Ljava/lang/CharSequence;>;)Lio/vertx/core/MultiMap;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.core.MultiMap remove(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
        start local 1 // java.lang.CharSequence name
         0: .line 369
            aload 0 /* this */
            aload 1 /* name */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.remove:(Ljava/lang/String;)Lio/vertx/core/MultiMap;
            areturn
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            0    1     1  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
         0: .line 373
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 374
            aload 0 /* this */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: io.vertx.core.http.CaseInsensitiveHeaders java.lang.StringBuilder top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 375
            aload 1 /* sb */
            aload 2 /* entry */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 10
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        end local 2 // java.util.Map$Entry entry
         4: .line 374
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 377
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // io.vertx.core.http.CaseInsensitiveHeaders this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/core/http/CaseInsensitiveHeaders;
            1    6     1     sb  Ljava/lang/StringBuilder;
            3    4     2  entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
}
SourceFile: "CaseInsensitiveHeaders.java"
NestMembers:
  io.vertx.core.http.CaseInsensitiveHeaders$MapEntry
InnerClasses:
  private final MapEntry = io.vertx.core.http.CaseInsensitiveHeaders$MapEntry of io.vertx.core.http.CaseInsensitiveHeaders
  public abstract Entry = java.util.Map$Entry of java.util.Map