class io.vertx.core.http.impl.headers.HeadersMultiMap$1$1 implements java.util.Map$Entry<java.lang.String, java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.headers.HeadersMultiMap$1$1
  super_class: java.lang.Object
{
  final io.vertx.core.http.impl.headers.HeadersMultiMap$1 this$1;
    descriptor: Lio/vertx/core/http/impl/headers/HeadersMultiMap$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry val$next;
    descriptor: Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.http.impl.headers.HeadersMultiMap$1, io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry);
    descriptor: (Lio/vertx/core/http/impl/headers/HeadersMultiMap$1;Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1$1 this
         0: .line 310
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$1$1.this$1:Lio/vertx/core/http/impl/headers/HeadersMultiMap$1;
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$1$1.val$next:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$1$1;
    MethodParameters:
          Name  Flags
      this$0    final
      val$next  final

  public java.lang.String getKey();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1$1 this
         0: .line 313
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$1$1.val$next:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.key:Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$1$1;

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1$1 this
         0: .line 317
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$1$1.val$next:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.value:Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$1$1;

  public java.lang.String setValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1$1 this
        start local 1 // java.lang.String value
         0: .line 321
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$1$1.val$next:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            aload 1 /* value */
            invokevirtual io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.setValue:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String value
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$1$1;
            0    1     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1$1 this
         0: .line 325
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.headers.HeadersMultiMap$1$1.getKey:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.headers.HeadersMultiMap$1$1.getValue:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$1$1;

  public java.lang.Object getKey();
    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.vertx.core.http.impl.headers.HeadersMultiMap$1$1.getKey:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    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.vertx.core.http.impl.headers.HeadersMultiMap$1$1.setValue:(Ljava/lang/String;)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getValue();
    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.vertx.core.http.impl.headers.HeadersMultiMap$1$1.getValue:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
SourceFile: "HeadersMultiMap.java"
EnclosingMethod: io.vertx.core.http.impl.headers.HeadersMultiMap$1.next:()Ljava/util/Map$Entry;
NestHost: io.vertx.core.http.impl.headers.HeadersMultiMap
InnerClasses:
  io.vertx.core.http.impl.headers.HeadersMultiMap$1
  io.vertx.core.http.impl.headers.HeadersMultiMap$1$1
  private final MapEntry = io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry of io.vertx.core.http.impl.headers.HeadersMultiMap
  public abstract Entry = java.util.Map$Entry of java.util.Map