Class ConcurrentReferenceHashMap.SoftValueReference<V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int hash  
      (package private) java.lang.Object keyRef  
    • Constructor Summary

      Constructors 
      Constructor Description
      SoftValueReference​(V value, java.lang.Object keyRef, int hash, java.lang.ref.ReferenceQueue<java.lang.Object> refQueue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int keyHash()  
      java.lang.Object keyRef()  
      • Methods inherited from class java.lang.ref.SoftReference

        get
      • Methods inherited from class java.lang.ref.Reference

        clear, enqueue, isEnqueued
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait