interface com.google.common.cache.ReferenceEntry<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.common.cache.ReferenceEntry
  super_class: java.lang.Object
{
  public abstract com.google.common.cache.LocalCache$ValueReference<K, V> getValueReference();
    descriptor: ()Lcom/google/common/cache/LocalCache$ValueReference;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/google/common/cache/LocalCache$ValueReference<TK;TV;>;

  public abstract void setValueReference(com.google.common.cache.LocalCache$ValueReference<K, V>);
    descriptor: (Lcom/google/common/cache/LocalCache$ValueReference;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/google/common/cache/LocalCache$ValueReference<TK;TV;>;)V
    MethodParameters:
                Name  Flags
      valueReference  

  public abstract com.google.common.cache.ReferenceEntry<K, V> getNext();
    descriptor: ()Lcom/google/common/cache/ReferenceEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/google/common/cache/ReferenceEntry<TK;TV;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()

  public abstract int getHash();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract K getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TK;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()

  public abstract long getAccessTime();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setAccessTime(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      time  

  public abstract com.google.common.cache.ReferenceEntry<K, V> getNextInAccessQueue();
    descriptor: ()Lcom/google/common/cache/ReferenceEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/google/common/cache/ReferenceEntry<TK;TV;>;

  public abstract void setNextInAccessQueue(com.google.common.cache.ReferenceEntry<K, V>);
    descriptor: (Lcom/google/common/cache/ReferenceEntry;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/google/common/cache/ReferenceEntry<TK;TV;>;)V
    MethodParameters:
      Name  Flags
      next  

  public abstract com.google.common.cache.ReferenceEntry<K, V> getPreviousInAccessQueue();
    descriptor: ()Lcom/google/common/cache/ReferenceEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/google/common/cache/ReferenceEntry<TK;TV;>;

  public abstract void setPreviousInAccessQueue(com.google.common.cache.ReferenceEntry<K, V>);
    descriptor: (Lcom/google/common/cache/ReferenceEntry;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/google/common/cache/ReferenceEntry<TK;TV;>;)V
    MethodParameters:
          Name  Flags
      previous  

  public abstract long getWriteTime();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setWriteTime(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      time  

  public abstract com.google.common.cache.ReferenceEntry<K, V> getNextInWriteQueue();
    descriptor: ()Lcom/google/common/cache/ReferenceEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/google/common/cache/ReferenceEntry<TK;TV;>;

  public abstract void setNextInWriteQueue(com.google.common.cache.ReferenceEntry<K, V>);
    descriptor: (Lcom/google/common/cache/ReferenceEntry;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/google/common/cache/ReferenceEntry<TK;TV;>;)V
    MethodParameters:
      Name  Flags
      next  

  public abstract com.google.common.cache.ReferenceEntry<K, V> getPreviousInWriteQueue();
    descriptor: ()Lcom/google/common/cache/ReferenceEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/google/common/cache/ReferenceEntry<TK;TV;>;

  public abstract void setPreviousInWriteQueue(com.google.common.cache.ReferenceEntry<K, V>);
    descriptor: (Lcom/google/common/cache/ReferenceEntry;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/google/common/cache/ReferenceEntry<TK;TV;>;)V
    MethodParameters:
          Name  Flags
      previous  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ReferenceEntry.java"
InnerClasses:
  abstract ValueReference = com.google.common.cache.LocalCache$ValueReference of com.google.common.cache.LocalCache
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()