weak reference的意思|示意

美 / / 英 / wiːk ˈrefrəns /

弱引用


weak reference相关短语

1、 short weak reference 短弱引用

2、 long weak reference 长弱引用

3、 SoftReference or weak reference 软引用或弱引用

4、 Weak Reference Objects 弱引用对象

5、 weak external reference 弱外部引用

weak reference相关例句

If the minimum number of objects is already allocated, then a weak reference to the object is enqueued.

如果已经分配了最低数量的对象,则对象的弱引用被放置到队列中。

Weakly reachable: an object that is not strongly or softly reachable and can be accessed through a weak reference.

弱可及对象(weakly reachable):不是强可及对象也不是软可及对象,并且能够通过弱引用访问的对象。

A weak reference is a holder for a reference to an object, called the referent.

弱引用是对一个对象(称为referent)的引用的持有者。