Class AbstractStrongReferencingConnection

    • Constructor Detail

      • AbstractStrongReferencingConnection

        public AbstractStrongReferencingConnection​(java.lang.String label)
    • Method Detail

      • putStrong

        protected <T> java.lang.ref.WeakReference<T> putStrong​(java.lang.String role,
                                                               T o)
      • isRemoved

        public boolean isRemoved()
        Description copied from interface: Connection
        Return true if one of the objects connected by this connection no longer exists, i.e. it is collected by the garbage collector.
        Specified by:
        isRemoved in interface Connection
        Overrides:
        isRemoved in class AbstractConnection
        Returns: