final class mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry extends java.util.AbstractMap$SimpleEntry<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry
  super_class: java.util.AbstractMap$SimpleEntry
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  final mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap this$0;
    descriptor: Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node<K, V>);
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry this
        start local 2 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node node
         0: .line 1340
            aload 0 /* this */
            aload 1
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
         1: .line 1341
            aload 0 /* this */
            aload 2 /* node */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node.key:Ljava/lang/Object;
            aload 2 /* node */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node.getValue:()Ljava/lang/Object;
            invokespecial java.util.AbstractMap$SimpleEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 1342
            return
        end local 2 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node node
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$WriteThroughEntry;
            0    3     2  node  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node<TK;TV;>;
    Signature: (Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node<TK;TV;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      node    

  public V setValue();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry this
        start local 1 // java.lang.Object value
         0: .line 1346
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            aload 0 /* this */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry.getKey:()Ljava/lang/Object;
            aload 1 /* value */
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1347
            aload 0 /* this */
            aload 1 /* value */
            invokespecial java.util.AbstractMap$SimpleEntry.setValue:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object value
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$WriteThroughEntry;
            0    2     1  value  TV;
    Signature: (TV;)TV;
    MethodParameters:
       Name  Flags
      value  

  java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry this
         0: .line 1351
            new java.util.AbstractMap$SimpleEntry
            dup
            aload 0 /* this */
            invokespecial java.util.AbstractMap$SimpleEntry.<init>:(Ljava/util/Map$Entry;)V
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$WriteThroughEntry;
}
Signature: Ljava/util/AbstractMap$SimpleEntry<TK;TV;>;
SourceFile: "ConcurrentLinkedHashMap.java"
NestHost: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
InnerClasses:
  public SimpleEntry = java.util.AbstractMap$SimpleEntry of java.util.AbstractMap
  public abstract Entry = java.util.Map$Entry of java.util.Map
  final Node = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
  final WriteThroughEntry = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap