public interface org.springframework.util.ConcurrentReferenceHashMap$Reference<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.util.ConcurrentReferenceHashMap$Reference
  super_class: java.lang.Object
{
  public abstract org.springframework.util.ConcurrentReferenceHashMap$Entry<K, V> get();
    descriptor: ()Lorg/springframework/util/ConcurrentReferenceHashMap$Entry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/springframework/util/ConcurrentReferenceHashMap$Entry<TK;TV;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

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

  public abstract org.springframework.util.ConcurrentReferenceHashMap$Reference<K, V> getNext();
    descriptor: ()Lorg/springframework/util/ConcurrentReferenceHashMap$Reference;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/springframework/util/ConcurrentReferenceHashMap$Reference<TK;TV;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public abstract void release();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ConcurrentReferenceHashMap.java"
NestHost: org.springframework.util.ConcurrentReferenceHashMap
InnerClasses:
  protected final Entry = org.springframework.util.ConcurrentReferenceHashMap$Entry of org.springframework.util.ConcurrentReferenceHashMap
  protected abstract Reference = org.springframework.util.ConcurrentReferenceHashMap$Reference of org.springframework.util.ConcurrentReferenceHashMap