final class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue
  super_class: java.lang.Object
{
  final int weight;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final V value;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TV;

  void <init>(V, );
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue this
        start local 1 // java.lang.Object value
        start local 2 // int weight
         0: .line 1156
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1157
            aload 0 /* this */
            iload 2 /* weight */
            putfield io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue.weight:I
         2: .line 1158
            aload 0 /* this */
            aload 1 /* value */
            putfield io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue.value:Ljava/lang/Object;
         3: .line 1159
            return
        end local 2 // int weight
        end local 1 // java.lang.Object value
        end local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/micronaut/core/util/clhm/ConcurrentLinkedHashMap$WeightedValue<TV;>;
            0    4     1   value  TV;
            0    4     2  weight  I
    Signature: (TV;I)V
    MethodParameters:
        Name  Flags
      value   
      weight  

  boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue this
        start local 1 // java.lang.Object o
         0: .line 1162
            aload 1 /* o */
            aload 0 /* this */
            getfield io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue.value:Ljava/lang/Object;
            if_acmpeq 1
            aload 0 /* this */
            getfield io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue.value:Ljava/lang/Object;
            aload 1 /* o */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/micronaut/core/util/clhm/ConcurrentLinkedHashMap$WeightedValue<TV;>;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  boolean isAlive();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue this
         0: .line 1169
            aload 0 /* this */
            getfield io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue.weight:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/micronaut/core/util/clhm/ConcurrentLinkedHashMap$WeightedValue<TV;>;

  boolean isRetired();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue this
         0: .line 1177
            aload 0 /* this */
            getfield io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue.weight:I
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/micronaut/core/util/clhm/ConcurrentLinkedHashMap$WeightedValue<TV;>;

  boolean isDead();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue this
         0: .line 1185
            aload 0 /* this */
            getfield io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue.weight:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/micronaut/core/util/clhm/ConcurrentLinkedHashMap$WeightedValue<TV;>;
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ConcurrentLinkedHashMap.java"
NestHost: io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
InnerClasses:
  private final WeightedValue = io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$WeightedValue of io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
    RuntimeInvisibleAnnotations: 
      javax.annotation.concurrent.Immutable()