class com.google.common.cache.LocalCache$WriteQueue$1 extends com.google.common.cache.LocalCache$AbstractReferenceEntry<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.cache.LocalCache$WriteQueue$1
  super_class: com.google.common.cache.LocalCache$AbstractReferenceEntry
{
  com.google.common.cache.ReferenceEntry<K, V> nextWrite;
    descriptor: Lcom/google/common/cache/ReferenceEntry;
    flags: (0x0000) 
    Signature: Lcom/google/common/cache/ReferenceEntry<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      com.google.j2objc.annotations.Weak()

  com.google.common.cache.ReferenceEntry<K, V> previousWrite;
    descriptor: Lcom/google/common/cache/ReferenceEntry;
    flags: (0x0000) 
    Signature: Lcom/google/common/cache/ReferenceEntry<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      com.google.j2objc.annotations.Weak()

  final com.google.common.cache.LocalCache$WriteQueue this$1;
    descriptor: Lcom/google/common/cache/LocalCache$WriteQueue;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.cache.LocalCache$WriteQueue);
    descriptor: (Lcom/google/common/cache/LocalCache$WriteQueue;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
         0: .line 3621
            aload 0 /* this */
            aload 1
            putfield com.google.common.cache.LocalCache$WriteQueue$1.this$1:Lcom/google/common/cache/LocalCache$WriteQueue;
            aload 0 /* this */
            invokespecial com.google.common.cache.LocalCache$AbstractReferenceEntry.<init>:()V
         1: .line 3631
            aload 0 /* this */
            aload 0 /* this */
            putfield com.google.common.cache.LocalCache$WriteQueue$1.nextWrite:Lcom/google/common/cache/ReferenceEntry;
         2: .line 3643
            aload 0 /* this */
            aload 0 /* this */
            putfield com.google.common.cache.LocalCache$WriteQueue$1.previousWrite:Lcom/google/common/cache/ReferenceEntry;
         3: .line 3621
            return
        end local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/cache/LocalCache$WriteQueue$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public long getWriteTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
         0: .line 3625
            ldc 9223372036854775807
            lreturn
        end local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/LocalCache$WriteQueue$1;

  public void setWriteTime(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
        start local 1 // long time
         0: .line 3629
            return
        end local 1 // long time
        end local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/LocalCache$WriteQueue$1;
            0    1     1  time  J
    MethodParameters:
      Name  Flags
      time  

  public com.google.common.cache.ReferenceEntry<K, V> getNextInWriteQueue();
    descriptor: ()Lcom/google/common/cache/ReferenceEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
         0: .line 3635
            aload 0 /* this */
            getfield com.google.common.cache.LocalCache$WriteQueue$1.nextWrite:Lcom/google/common/cache/ReferenceEntry;
            areturn
        end local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/LocalCache$WriteQueue$1;
    Signature: ()Lcom/google/common/cache/ReferenceEntry<TK;TV;>;

  public void setNextInWriteQueue(com.google.common.cache.ReferenceEntry<K, V>);
    descriptor: (Lcom/google/common/cache/ReferenceEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
        start local 1 // com.google.common.cache.ReferenceEntry next
         0: .line 3640
            aload 0 /* this */
            aload 1 /* next */
            putfield com.google.common.cache.LocalCache$WriteQueue$1.nextWrite:Lcom/google/common/cache/ReferenceEntry;
         1: .line 3641
            return
        end local 1 // com.google.common.cache.ReferenceEntry next
        end local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/cache/LocalCache$WriteQueue$1;
            0    2     1  next  Lcom/google/common/cache/ReferenceEntry<TK;TV;>;
    Signature: (Lcom/google/common/cache/ReferenceEntry<TK;TV;>;)V
    MethodParameters:
      Name  Flags
      next  

  public com.google.common.cache.ReferenceEntry<K, V> getPreviousInWriteQueue();
    descriptor: ()Lcom/google/common/cache/ReferenceEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
         0: .line 3647
            aload 0 /* this */
            getfield com.google.common.cache.LocalCache$WriteQueue$1.previousWrite:Lcom/google/common/cache/ReferenceEntry;
            areturn
        end local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/LocalCache$WriteQueue$1;
    Signature: ()Lcom/google/common/cache/ReferenceEntry<TK;TV;>;

  public void setPreviousInWriteQueue(com.google.common.cache.ReferenceEntry<K, V>);
    descriptor: (Lcom/google/common/cache/ReferenceEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
        start local 1 // com.google.common.cache.ReferenceEntry previous
         0: .line 3652
            aload 0 /* this */
            aload 1 /* previous */
            putfield com.google.common.cache.LocalCache$WriteQueue$1.previousWrite:Lcom/google/common/cache/ReferenceEntry;
         1: .line 3653
            return
        end local 1 // com.google.common.cache.ReferenceEntry previous
        end local 0 // com.google.common.cache.LocalCache$WriteQueue$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/google/common/cache/LocalCache$WriteQueue$1;
            0    2     1  previous  Lcom/google/common/cache/ReferenceEntry<TK;TV;>;
    Signature: (Lcom/google/common/cache/ReferenceEntry<TK;TV;>;)V
    MethodParameters:
          Name  Flags
      previous  
}
Signature: Lcom/google/common/cache/LocalCache$AbstractReferenceEntry<TK;TV;>;
SourceFile: "LocalCache.java"
EnclosingMethod: com.google.common.cache.LocalCache$WriteQueue
NestHost: com.google.common.cache.LocalCache
InnerClasses:
  abstract AbstractReferenceEntry = com.google.common.cache.LocalCache$AbstractReferenceEntry of com.google.common.cache.LocalCache
  final WriteQueue = com.google.common.cache.LocalCache$WriteQueue of com.google.common.cache.LocalCache
  com.google.common.cache.LocalCache$WriteQueue$1