final class io.micronaut.core.util.clhm.Weighers$EntryWeigherView<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.Weighers$EntryWeigherView
  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.Weigher<? super V> weigher;
    descriptor: Lio/micronaut/core/util/clhm/Weigher;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/micronaut/core/util/clhm/Weigher<-TV;>;

  void <init>(io.micronaut.core.util.clhm.Weigher<? super V>);
    descriptor: (Lio/micronaut/core/util/clhm/Weigher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.core.util.clhm.Weighers$EntryWeigherView this
        start local 1 // io.micronaut.core.util.clhm.Weigher weigher
         0: .line 211
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 212
            ldc "weigher"
            aload 1 /* weigher */
            invokestatic io.micronaut.core.util.ArgumentUtils.requireNonNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 213
            aload 0 /* this */
            aload 1 /* weigher */
            putfield io.micronaut.core.util.clhm.Weighers$EntryWeigherView.weigher:Lio/micronaut/core/util/clhm/Weigher;
         3: .line 214
            return
        end local 1 // io.micronaut.core.util.clhm.Weigher weigher
        end local 0 // io.micronaut.core.util.clhm.Weighers$EntryWeigherView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/micronaut/core/util/clhm/Weighers$EntryWeigherView<TK;TV;>;
            0    4     1  weigher  Lio/micronaut/core/util/clhm/Weigher<-TV;>;
    Signature: (Lio/micronaut/core/util/clhm/Weigher<-TV;>;)V
    MethodParameters:
         Name  Flags
      weigher  

  public int weightOf(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.micronaut.core.util.clhm.Weighers$EntryWeigherView this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 218
            aload 0 /* this */
            getfield io.micronaut.core.util.clhm.Weighers$EntryWeigherView.weigher:Lio/micronaut/core/util/clhm/Weigher;
            aload 2 /* value */
            invokeinterface io.micronaut.core.util.clhm.Weigher.weightOf:(Ljava/lang/Object;)I
            ireturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // io.micronaut.core.util.clhm.Weighers$EntryWeigherView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/micronaut/core/util/clhm/Weighers$EntryWeigherView<TK;TV;>;
            0    1     1    key  TK;
            0    1     2  value  TV;
    Signature: (TK;TV;)I
    MethodParameters:
       Name  Flags
      key    
      value  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lio/micronaut/core/util/clhm/EntryWeigher<TK;TV;>;Ljava/io/Serializable;
SourceFile: "Weighers.java"
NestHost: io.micronaut.core.util.clhm.Weighers
InnerClasses:
  private final EntryWeigherView = io.micronaut.core.util.clhm.Weighers$EntryWeigherView of io.micronaut.core.util.clhm.Weighers