Class WeakValueHashMap.MyWeakReference<T>

  • Enclosing class:
    WeakValueHashMap<K,​V>

    protected static class WeakValueHashMap.MyWeakReference<T>
    extends java.lang.ref.WeakReference<T>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getKey()  
      • 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
    • Method Detail

      • getKey

        public java.lang.Object getKey()