Class KeyedStrongReference<K,​T>

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

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

      • KeyedStrongReference

        public KeyedStrongReference​(K key,
                                    T ref)