Class MildValues.Weak<K,​V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private K key  
    • Constructor Summary

      Constructors 
      Constructor Description
      Weak​(K key, V value, java.lang.ref.ReferenceQueue<V> queue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object key()  
      • Methods inherited from class java.lang.ref.Reference

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

        finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        private final K key
    • Constructor Detail

      • Weak

        Weak​(K key,
             V value,
             java.lang.ref.ReferenceQueue<V> queue)