final class io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$BoundedEntryWeigher<K, V> implements io.micronaut.core.util.clhm.EntryWeigher<K, V>, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$BoundedEntryWeigher
  super_class: java.lang.Object
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  final io.micronaut.core.util.clhm.EntryWeigher<? super K, ? super V> weigher;
    descriptor: Lio/micronaut/core/util/clhm/EntryWeigher;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/micronaut/core/util/clhm/EntryWeigher<-TK;-TV;>;

  void <init>(io.micronaut.core.util.clhm.EntryWeigher<? super K, ? super V>);
    descriptor: (Lio/micronaut/core/util/clhm/EntryWeigher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$BoundedEntryWeigher this
        start local 1 // io.micronaut.core.util.clhm.EntryWeigher weigher
         0: .line 1458
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1459
            aload 1 /* weigher */
            invokestatic io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.checkNotNull:(Ljava/lang/Object;)V
         2: .line 1460
            aload 0 /* this */
            aload 1 /* weigher */
            putfield io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$BoundedEntryWeigher.weigher:Lio/micronaut/core/util/clhm/EntryWeigher;
         3: .line 1461
            return
        end local 1 // io.micronaut.core.util.clhm.EntryWeigher weigher
        end local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$BoundedEntryWeigher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/micronaut/core/util/clhm/ConcurrentLinkedHashMap$BoundedEntryWeigher<TK;TV;>;
            0    4     1  weigher  Lio/micronaut/core/util/clhm/EntryWeigher<-TK;-TV;>;
    Signature: (Lio/micronaut/core/util/clhm/EntryWeigher<-TK;-TV;>;)V
    MethodParameters:
         Name  Flags
      weigher  

  public int weightOf(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$BoundedEntryWeigher this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 1465
            aload 0 /* this */
            getfield io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$BoundedEntryWeigher.weigher:Lio/micronaut/core/util/clhm/EntryWeigher;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface io.micronaut.core.util.clhm.EntryWeigher.weightOf:(Ljava/lang/Object;Ljava/lang/Object;)I
            istore 3 /* weight */
        start local 3 // int weight
         1: .line 1466
            iload 3 /* weight */
            iconst_1
            if_icmplt 2
            iconst_1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: invokestatic io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.checkArgument:(Z)V
         4: .line 1467
            iload 3 /* weight */
            ireturn
        end local 3 // int weight
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$BoundedEntryWeigher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/micronaut/core/util/clhm/ConcurrentLinkedHashMap$BoundedEntryWeigher<TK;TV;>;
            0    5     1     key  TK;
            0    5     2   value  TV;
            1    5     3  weight  I
    Signature: (TK;TV;)I
    MethodParameters:
       Name  Flags
      key    
      value  

  java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$BoundedEntryWeigher this
         0: .line 1471
            aload 0 /* this */
            getfield io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$BoundedEntryWeigher.weigher:Lio/micronaut/core/util/clhm/EntryWeigher;
            areturn
        end local 0 // io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$BoundedEntryWeigher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/core/util/clhm/ConcurrentLinkedHashMap$BoundedEntryWeigher<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lio/micronaut/core/util/clhm/EntryWeigher<TK;TV;>;Ljava/io/Serializable;
SourceFile: "ConcurrentLinkedHashMap.java"
NestHost: io.micronaut.core.util.clhm.ConcurrentLinkedHashMap
InnerClasses:
  private final BoundedEntryWeigher = io.micronaut.core.util.clhm.ConcurrentLinkedHashMap$BoundedEntryWeigher of io.micronaut.core.util.clhm.ConcurrentLinkedHashMap