Class ConcurrentReferenceHashMap.WeakValueReference<V>

    • Field Summary

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

      Constructors 
      Constructor Description
      WeakValueReference​(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.Reference

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

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