Class WeakAttributeGetter<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.ref.WeakReference<T> reference  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • reference

        private final java.lang.ref.WeakReference<T> reference
    • Constructor Detail

      • WeakAttributeGetter

        public WeakAttributeGetter​(T object)