Class KeyedWeakReference<K,​T>

  • All Implemented Interfaces:
    KeyedReference<K,​T>

    public class KeyedWeakReference<K,​T>
    extends java.lang.ref.WeakReference<T>
    implements KeyedReference<K,​T>
    Author:
    Eike Stepper
    • Constructor Detail

      • KeyedWeakReference

        public KeyedWeakReference​(K key,
                                  T ref)
      • KeyedWeakReference

        public KeyedWeakReference​(K key,
                                  T ref,
                                  java.lang.ref.ReferenceQueue<T> queue)