简单来说,弱引用(Weak References)就是一种没有强到迫使对象必须驻留在内存的引用。弱引用允许你使用垃圾回收器来帮你决定对象是否可达,因此不用自己判断了。
基于2599个网页-相关网页
...new String(1),可是这篇文章漏掉了几个很重要的需要留意的处所,当垃圾接纳器筹备接纳一个工具时, 弱 引用(WeakReference):假如一个工具只具有弱 引用。
基于8个网页-相关网页
short weak reference 短弱引用
long weak reference 长弱引用
SoftReference or weak reference 软引用或弱引用
Weak Reference Objects 弱引用对象
weak external reference 弱外部引用
以上来源于: WordNet
A weak reference is a holder for a reference to an object, called the referent.
弱引用是对一个对象(称为referent)的引用的持有者。
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):不是强可及对象也不是软可及对象,并且能够通过弱引用访问的对象。
应用推荐