referent object的意思|示意
引用对象
referent object的网络常见释义
指涉目标 相反,该书集中探讨了两个问题:安全的指涉目标(referent object)是什么?达到这种目标的必要条件是什么?
referent object相关例句
The WeakReference object's referent field is set to null, thereby making it not refer to the heap object any longer.
WeakReference 对象的 referent 域被设置为 null ,从而使该对象不再引用 heap 对象。
The SoftReference object's referent field is set to null, thereby making it not refer to the heap object any longer.
SoftReference对象的referent域被设置为null,从而使该对象不再引用heap对象。
A weak reference is a holder for a reference to an object, called the referent.
弱引用是对一个对象(称为referent)的引用的持有者。
On the other hand, when you create a weak reference to an object, you do not extend the lifetime of the referent at all; you simply maintain an alternate way to reach it while it is still alive.
另一方面,在创建对一个对象的弱引用时,完全没有扩展referent的生命周期,只是在对象仍然存活的时候,保持另一种到达它的方法。
Clear: Setting the reference object's referent field to null and declaring the object in the heap that the reference class referred to as finalizable.
清除:将引用对象的 referent 域设置为 null ,并将引用类在堆中引用的对象声明为 可结束的。
When you copy an object reference using an ordinary (strong) reference, you constrain the lifetime of the referent to be at least as long as that of the copied reference.
用一个普通的(强)引用拷贝一个对象引用时,限制referent的生命周期至少与被拷贝的引用的生命周期一样长。