辅助对象 meaning in English
helpers
Examples
- Method creates an association between a primary and a secondary object
方法用于在主要对象和辅助对象之间创建关联。 - Method returns the correct secondary object to invoke for the requested type
方法将为请求类型的调用返回正确的辅助对象。 - Method removes all associations between a primary object and all of its secondary objects , created by calls to the
方法移除主要对象与其所有辅助对象之间通过调用 - Is used to maintain the association between the primary and secondary object ; therefore , this method does not prevent either object from being finalized and reclaimed by garbage collection
用于维护主要对象与辅助对象之间的关联,因此,此方法不会阻止任一对象的完成和通过垃圾回收进行回收。 - Is used to maintain the association between the primary and secondary object ; therefore , this method does not influence when either object is finalized or reclaimed by garbage collection
用于维护主要对象与辅助对象之间的关联,因此,当任一对象完成或通过垃圾回收进行回收时,此方法不会产生任何影响。