final class mssql.googlecode.concurrentlinkedhashmap.Weighers$EntryWeigherView<K, V> implements mssql.googlecode.concurrentlinkedhashmap.EntryWeigher<K, V>, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: mssql.googlecode.concurrentlinkedhashmap.Weighers$EntryWeigherView
  super_class: java.lang.Object
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  final mssql.googlecode.concurrentlinkedhashmap.Weigher<? super V> weigher;
    descriptor: Lmssql/googlecode/concurrentlinkedhashmap/Weigher;
    flags: (0x0010) ACC_FINAL
    Signature: Lmssql/googlecode/concurrentlinkedhashmap/Weigher<-TV;>;

  void <init>(mssql.googlecode.concurrentlinkedhashmap.Weigher<? super V>);
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Weigher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.Weighers$EntryWeigherView this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Weigher weigher
         0: .line 202
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 203
            aload 1 /* weigher */
            invokestatic mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.checkNotNull:(Ljava/lang/Object;)V
         2: .line 204
            aload 0 /* this */
            aload 1 /* weigher */
            putfield mssql.googlecode.concurrentlinkedhashmap.Weighers$EntryWeigherView.weigher:Lmssql/googlecode/concurrentlinkedhashmap/Weigher;
         3: .line 205
            return
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Weigher weigher
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.Weighers$EntryWeigherView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lmssql/googlecode/concurrentlinkedhashmap/Weighers$EntryWeigherView<TK;TV;>;
            0    4     1  weigher  Lmssql/googlecode/concurrentlinkedhashmap/Weigher<-TV;>;
    Signature: (Lmssql/googlecode/concurrentlinkedhashmap/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 // mssql.googlecode.concurrentlinkedhashmap.Weighers$EntryWeigherView this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 209
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.Weighers$EntryWeigherView.weigher:Lmssql/googlecode/concurrentlinkedhashmap/Weigher;
            aload 2 /* value */
            invokeinterface mssql.googlecode.concurrentlinkedhashmap.Weigher.weightOf:(Ljava/lang/Object;)I
            ireturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.Weighers$EntryWeigherView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lmssql/googlecode/concurrentlinkedhashmap/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;Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher<TK;TV;>;Ljava/io/Serializable;
SourceFile: "Weighers.java"
NestHost: mssql.googlecode.concurrentlinkedhashmap.Weighers
InnerClasses:
  final EntryWeigherView = mssql.googlecode.concurrentlinkedhashmap.Weighers$EntryWeigherView of mssql.googlecode.concurrentlinkedhashmap.Weighers