final class io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry implements java.util.Map$Entry<java.lang.CharSequence, java.lang.CharSequence>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry
  super_class: java.lang.Object
{
  final int hash;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final java.lang.CharSequence key;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0010) ACC_FINAL

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

  io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry next;
    descriptor: Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
    flags: (0x0000) 

  io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry before;
    descriptor: Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
    flags: (0x0000) 

  io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry after;
    descriptor: Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
    flags: (0x0000) 

  final io.vertx.core.http.impl.headers.HeadersMultiMap this$0;
    descriptor: Lio/vertx/core/http/impl/headers/HeadersMultiMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.http.impl.headers.HeadersMultiMap);
    descriptor: (Lio/vertx/core/http/impl/headers/HeadersMultiMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry this
         0: .line 473
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.this$0:Lio/vertx/core/http/impl/headers/HeadersMultiMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 474
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.hash:I
         2: .line 475
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.key:Ljava/lang/CharSequence;
         3: .line 476
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.value:Ljava/lang/CharSequence;
         4: .line 477
            return
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
    MethodParameters:
        Name  Flags
      this$0  final

  void <init>(io.vertx.core.http.impl.headers.HeadersMultiMap, int, java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Lio/vertx/core/http/impl/headers/HeadersMultiMap;ILjava/lang/CharSequence;Ljava/lang/CharSequence;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry this
        start local 2 // int hash
        start local 3 // java.lang.CharSequence key
        start local 4 // java.lang.CharSequence value
         0: .line 479
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.this$0:Lio/vertx/core/http/impl/headers/HeadersMultiMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 480
            aload 0 /* this */
            iload 2 /* hash */
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.hash:I
         2: .line 481
            aload 0 /* this */
            aload 3 /* key */
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.key:Ljava/lang/CharSequence;
         3: .line 482
            aload 0 /* this */
            aload 4 /* value */
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.value:Ljava/lang/CharSequence;
         4: .line 483
            return
        end local 4 // java.lang.CharSequence value
        end local 3 // java.lang.CharSequence key
        end local 2 // int hash
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            0    5     2   hash  I
            0    5     3    key  Ljava/lang/CharSequence;
            0    5     4  value  Ljava/lang/CharSequence;
    MethodParameters:
        Name  Flags
      this$0  final
      hash    
      key     
      value   

  void remove();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry this
         0: .line 486
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.before:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.after:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.after:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
         1: .line 487
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.after:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.before:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.before:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
         2: .line 488
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.after:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
         3: .line 489
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.before:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
         4: .line 490
            return
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;

  void addBefore(io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry);
    descriptor: (Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry this
        start local 1 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry e
         0: .line 493
            aload 0 /* this */
            aload 1 /* e */
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.after:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
         1: .line 494
            aload 0 /* this */
            aload 1 /* e */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.before:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.before:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
         2: .line 495
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.before:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            aload 0 /* this */
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.after:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
         3: .line 496
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.after:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            aload 0 /* this */
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.before:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
         4: .line 497
            return
        end local 1 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry e
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            0    5     1     e  Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
    MethodParameters:
      Name  Flags
      e     

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

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

  public java.lang.CharSequence setValue(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry this
        start local 1 // java.lang.CharSequence value
         0: .line 511
            aload 1 /* value */
            ldc "value"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 512
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.this$0:Lio/vertx/core/http/impl/headers/HeadersMultiMap;
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap.validator:Ljava/util/function/BiConsumer;
            ifnull 3
         2: .line 513
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.this$0:Lio/vertx/core/http/impl/headers/HeadersMultiMap;
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap.validator:Ljava/util/function/BiConsumer;
            ldc ""
            aload 1 /* value */
            invokeinterface java.util.function.BiConsumer.accept:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.value:Ljava/lang/CharSequence;
            astore 2 /* oldValue */
        start local 2 // java.lang.CharSequence oldValue
         4: .line 516
            aload 0 /* this */
            aload 1 /* value */
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.value:Ljava/lang/CharSequence;
         5: .line 517
            aload 2 /* oldValue */
            areturn
        end local 2 // java.lang.CharSequence oldValue
        end local 1 // java.lang.CharSequence value
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            0    6     1     value  Ljava/lang/CharSequence;
            4    6     2  oldValue  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      value  

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

  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$MapEntry.getKey:()Ljava/lang/CharSequence;
            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.CharSequence
            invokevirtual io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.setValue:(Ljava/lang/CharSequence;)Ljava/lang/CharSequence;
            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$MapEntry.getValue:()Ljava/lang/CharSequence;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Map$Entry<Ljava/lang/CharSequence;Ljava/lang/CharSequence;>;
SourceFile: "HeadersMultiMap.java"
NestHost: io.vertx.core.http.impl.headers.HeadersMultiMap
InnerClasses:
  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