public class io.vertx.ext.web.impl.ParsableHeaderValue implements io.vertx.ext.web.ParsedHeaderValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.impl.ParsableHeaderValue
  super_class: java.lang.Object
{
  private java.lang.String headerContent;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  protected java.lang.String value;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  private float weight;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, java.lang.String> parameter;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

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

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
        start local 1 // java.lang.String headerContent
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 25
            aload 1 /* headerContent */
            ldc "headerContent must not be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 26
            aload 0 /* this */
            aload 1 /* headerContent */
            putfield io.vertx.ext.web.impl.ParsableHeaderValue.headerContent:Ljava/lang/String;
         3: .line 27
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.impl.ParsableHeaderValue.value:Ljava/lang/String;
         4: .line 28
            aload 0 /* this */
            ldc -1.0
            putfield io.vertx.ext.web.impl.ParsableHeaderValue.weight:F
         5: .line 29
            aload 0 /* this */
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            putfield io.vertx.ext.web.impl.ParsableHeaderValue.parameter:Ljava/util/Map;
         6: .line 30
            return
        end local 1 // java.lang.String headerContent
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lio/vertx/ext/web/impl/ParsableHeaderValue;
            0    7     1  headerContent  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      headerContent  

  public java.lang.String rawValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
         0: .line 34
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.headerContent:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;

  public java.lang.String value();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
         0: .line 39
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.ensureHeaderProcessed:()V
         1: .line 40
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.value:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;

  public float weight();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
         0: .line 45
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.ensureHeaderProcessed:()V
         1: .line 46
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.weight:F
            freturn
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;

  public boolean isPermitted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
         0: .line 51
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.ensureHeaderProcessed:()V
         1: .line 53
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.weight:F
            f2d
            ldc 0.001
            dcmpg
            ifge 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;

  public java.lang.String parameter(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.ext.web.impl.ParsableHeaderValue this
        start local 1 // java.lang.String key
         0: .line 57
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.ensureHeaderProcessed:()V
         1: .line 58
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.parameter:Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;
            0    2     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public java.util.Map<java.lang.String, java.lang.String> parameters();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
         0: .line 62
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.ensureHeaderProcessed:()V
         1: .line 63
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.parameter:Ljava/util/Map;
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public final boolean isMatchedBy(io.vertx.ext.web.ParsedHeaderValue);
    descriptor: (Lio/vertx/ext/web/ParsedHeaderValue;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
        start local 1 // io.vertx.ext.web.ParsedHeaderValue matchTry
         0: .line 67
            aload 1 /* matchTry */
            checkcast io.vertx.ext.web.impl.ParsableHeaderValue
            astore 2 /* impl */
        start local 2 // io.vertx.ext.web.impl.ParsableHeaderValue impl
         1: .line 68
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.headerContent:Ljava/lang/String;
            aload 2 /* impl */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.headerContent:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 2
            aload 0 /* this */
            aload 2 /* impl */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.isMatchedBy2:(Lio/vertx/ext/web/impl/ParsableHeaderValue;)Z
            ifne 2
            iconst_0
            ireturn
      StackMap locals: io.vertx.ext.web.impl.ParsableHeaderValue
      StackMap stack:
         2: iconst_1
            ireturn
        end local 2 // io.vertx.ext.web.impl.ParsableHeaderValue impl
        end local 1 // io.vertx.ext.web.ParsedHeaderValue matchTry
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/ext/web/impl/ParsableHeaderValue;
            0    3     1  matchTry  Lio/vertx/ext/web/ParsedHeaderValue;
            1    3     2      impl  Lio/vertx/ext/web/impl/ParsableHeaderValue;
    MethodParameters:
          Name  Flags
      matchTry  

  protected boolean isMatchedBy2(io.vertx.ext.web.impl.ParsableHeaderValue);
    descriptor: (Lio/vertx/ext/web/impl/ParsableHeaderValue;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
        start local 1 // io.vertx.ext.web.impl.ParsableHeaderValue matchTry
         0: .line 72
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.ensureHeaderProcessed:()V
         1: .line 73
            aload 1 /* matchTry */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.parameter:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 3
         2: .line 74
            iconst_1
            ireturn
         3: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.parameter:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 5
         4: .line 77
            iconst_0
            ireturn
         5: .line 80
      StackMap locals:
      StackMap stack:
            aload 1 /* matchTry */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.parameter:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 12
      StackMap locals: io.vertx.ext.web.impl.ParsableHeaderValue io.vertx.ext.web.impl.ParsableHeaderValue top java.util.Iterator
      StackMap stack:
         6: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* requiredParameter */
        start local 2 // java.util.Map$Entry requiredParameter
         7: .line 81
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.parameter:Ljava/util/Map;
            aload 2 /* requiredParameter */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* parameterValueToTest */
        start local 4 // java.lang.String parameterValueToTest
         8: .line 82
            aload 2 /* requiredParameter */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* requiredParamVal */
        start local 5 // java.lang.String requiredParamVal
         9: .line 83
            aload 4 /* parameterValueToTest */
            ifnull 11
        10: .line 84
            aload 5 /* requiredParamVal */
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 12
            aload 5 /* requiredParamVal */
            aload 4 /* parameterValueToTest */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 12
        11: .line 86
      StackMap locals: io.vertx.ext.web.impl.ParsableHeaderValue io.vertx.ext.web.impl.ParsableHeaderValue java.util.Map$Entry java.util.Iterator java.lang.String java.lang.String
      StackMap stack:
            iconst_0
            ireturn
        end local 5 // java.lang.String requiredParamVal
        end local 4 // java.lang.String parameterValueToTest
        end local 2 // java.util.Map$Entry requiredParameter
        12: .line 80
      StackMap locals: io.vertx.ext.web.impl.ParsableHeaderValue io.vertx.ext.web.impl.ParsableHeaderValue top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        13: .line 89
            iconst_1
            ireturn
        end local 1 // io.vertx.ext.web.impl.ParsableHeaderValue matchTry
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   14     0                  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;
            0   14     1              matchTry  Lio/vertx/ext/web/impl/ParsableHeaderValue;
            7   12     2     requiredParameter  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
            8   12     4  parameterValueToTest  Ljava/lang/String;
            9   12     5      requiredParamVal  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      matchTry  

  public <T extends io.vertx.ext.web.ParsedHeaderValue> T findMatchedBy(java.util.Collection<T>);
    descriptor: (Ljava/util/Collection;)Lio/vertx/ext/web/ParsedHeaderValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
        start local 1 // java.util.Collection matchTries
         0: .line 96
            aload 1 /* matchTries */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: io.vertx.ext.web.impl.ParsableHeaderValue java.util.Collection top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.ParsedHeaderValue
            astore 2 /* matchTry */
        start local 2 // io.vertx.ext.web.ParsedHeaderValue matchTry
         2: .line 97
            aload 0 /* this */
            aload 2 /* matchTry */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.isMatchedBy:(Lio/vertx/ext/web/ParsedHeaderValue;)Z
            ifeq 4
         3: .line 98
            aload 2 /* matchTry */
            areturn
        end local 2 // io.vertx.ext.web.ParsedHeaderValue matchTry
         4: .line 96
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 101
            aconst_null
            areturn
        end local 1 // java.util.Collection matchTries
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/vertx/ext/web/impl/ParsableHeaderValue;
            0    6     1  matchTries  Ljava/util/Collection<TT;>;
            2    4     2    matchTry  TT;
    Signature: <T::Lio/vertx/ext/web/ParsedHeaderValue;>(Ljava/util/Collection<TT;>;)TT;
    MethodParameters:
            Name  Flags
      matchTries  

  private void ensureParameterIsHashMap();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
         0: .line 105
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.parameter:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 2
         1: .line 106
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield io.vertx.ext.web.impl.ParsableHeaderValue.parameter:Ljava/util/Map;
         2: .line 108
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;

  protected void ensureHeaderProcessed();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
         0: .line 111
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.weight:F
            fconst_0
            fcmpg
            ifge 10
         1: .line 113
            aload 0 /* this */
            fconst_1
            putfield io.vertx.ext.web.impl.ParsableHeaderValue.weight:F
         2: .line 115
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.headerContent:Ljava/lang/String;
         3: .line 116
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/ext/web/impl/ParsableHeaderValue;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/impl/ParsableHeaderValue.setValue(Ljava/lang/String;)V (7)
                  (Ljava/lang/String;)V
         4: .line 117
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/ext/web/impl/ParsableHeaderValue;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/impl/ParsableHeaderValue.setWeight(F)V (7)
                  (Ljava/lang/Float;)V
         5: .line 118
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/ext/web/impl/ParsableHeaderValue;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  io/vertx/ext/web/impl/ParsableHeaderValue.addParameter(Ljava/lang/String;Ljava/lang/String;)V (7)
                  (Ljava/lang/String;Ljava/lang/String;)V
         6: .line 114
            invokestatic io.vertx.ext.web.impl.HeaderParser.parseHeaderValue:(Ljava/lang/String;Ljava/util/function/Consumer;Ljava/util/function/Consumer;Ljava/util/function/BiConsumer;)V
         7: .line 120
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.parameter:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 8
            iconst_0
            goto 9
      StackMap locals:
      StackMap stack: io.vertx.ext.web.impl.ParsableHeaderValue
         8: iconst_1
      StackMap locals: io.vertx.ext.web.impl.ParsableHeaderValue
      StackMap stack: io.vertx.ext.web.impl.ParsableHeaderValue int
         9: putfield io.vertx.ext.web.impl.ParsableHeaderValue.paramsWeight:I
        10: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;

  public io.vertx.ext.web.impl.ParsableHeaderValue forceParse();
    descriptor: ()Lio/vertx/ext/web/impl/ParsableHeaderValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
         0: .line 125
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.ensureHeaderProcessed:()V
         1: .line 126
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;

  private void setValue(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
        start local 1 // java.lang.String value
         0: .line 130
            aload 0 /* this */
            aload 1 /* value */
            putfield io.vertx.ext.web.impl.ParsableHeaderValue.value:Ljava/lang/String;
         1: .line 131
            return
        end local 1 // java.lang.String value
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/web/impl/ParsableHeaderValue;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  private void addParameter(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 133
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.ensureParameterIsHashMap:()V
         1: .line 134
            aload 2 /* value */
            ifnonnull 5
         2: .line 135
            ldc ""
            astore 2 /* value */
         3: .line 136
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.paramsWeight:I
            invokestatic java.lang.Math.max:(II)I
            putfield io.vertx.ext.web.impl.ParsableHeaderValue.paramsWeight:I
         4: .line 137
            goto 6
         5: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.paramsWeight:I
            invokestatic java.lang.Math.max:(II)I
            putfield io.vertx.ext.web.impl.ParsableHeaderValue.paramsWeight:I
         6: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.parameter:Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 141
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/vertx/ext/web/impl/ParsableHeaderValue;
            0    8     1    key  Ljava/lang/String;
            0    8     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      key    
      value  

  private void setWeight(float);
    descriptor: (F)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
        start local 1 // float weight
         0: .line 144
            aload 0 /* this */
            fconst_0
            fconst_1
            fload 1 /* weight */
            invokestatic java.lang.Math.min:(FF)F
            invokestatic java.lang.Math.max:(FF)F
            ldc 100.0
            fmul
            f2i
            i2f
            ldc 100.0
            fdiv
            putfield io.vertx.ext.web.impl.ParsableHeaderValue.weight:F
         1: .line 145
            return
        end local 1 // float weight
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/impl/ParsableHeaderValue;
            0    2     1  weight  F
    MethodParameters:
        Name  Flags
      weight  

  public final int weightedOrder();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
         0: .line 148
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.ensureHeaderProcessed:()V
         1: .line 149
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.weight:()F
            ldc 1000.0
            fmul
            f2i
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValue.weightedOrderPart2:()I
            bipush 10
            imul
            iadd
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.paramsWeight:I
            iadd
            ireturn
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;

  protected int weightedOrderPart2();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
         0: .line 153
            iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
         0: .line 158
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.headerContent:Ljava/lang/String;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/ParsableHeaderValue;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
        start local 1 // java.lang.Object obj
         0: .line 163
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 164
            iconst_1
            ireturn
         2: .line 166
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof io.vertx.ext.web.impl.ParsableHeaderValue
            ifne 4
         3: .line 167
            iconst_0
            ireturn
         4: .line 169
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast io.vertx.ext.web.impl.ParsableHeaderValue
            astore 2 /* other */
        start local 2 // io.vertx.ext.web.impl.ParsableHeaderValue other
         5: .line 170
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.headerContent:Ljava/lang/String;
            ifnonnull 8
         6: .line 171
            aload 2 /* other */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.headerContent:Ljava/lang/String;
            ifnonnull 7
            iconst_1
            ireturn
      StackMap locals: io.vertx.ext.web.impl.ParsableHeaderValue
      StackMap stack:
         7: iconst_0
            ireturn
         8: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.headerContent:Ljava/lang/String;
            aload 2 /* other */
            getfield io.vertx.ext.web.impl.ParsableHeaderValue.headerContent:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.ext.web.impl.ParsableHeaderValue other
        end local 1 // java.lang.Object obj
        end local 0 // io.vertx.ext.web.impl.ParsableHeaderValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/vertx/ext/web/impl/ParsableHeaderValue;
            0    9     1    obj  Ljava/lang/Object;
            5    9     2  other  Lio/vertx/ext/web/impl/ParsableHeaderValue;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "ParsableHeaderValue.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map