类的使用
cn.taketoday.util.ConcurrentReferenceHashMap.Entry
程序包
说明
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
cn.taketoday.util中ConcurrentReferenceHashMap.Entry的使用
修饰符和类型字段说明private ConcurrentReferenceHashMap.Entry<K,V> ConcurrentReferenceHashMap.EntryIterator.lastprivate ConcurrentReferenceHashMap.Entry<K,V> ConcurrentReferenceHashMap.EntryIterator.next修饰符和类型字段说明private final ReferenceQueue<ConcurrentReferenceHashMap.Entry<K,V>> ConcurrentReferenceHashMap.ReferenceManager.queue修饰符和类型方法说明ConcurrentReferenceHashMap.Reference.get()Return the referenced entry, ornullif the entry is no longer available.ConcurrentReferenceHashMap.EntryIterator.next()修饰符和类型方法说明ConcurrentReferenceHashMap.ReferenceManager.createReference(ConcurrentReferenceHashMap.Entry<K, V> entry, int hash, ConcurrentReferenceHashMap.Reference<K, V> next) Factory method used to create a newConcurrentReferenceHashMap.Reference.protected TConcurrentReferenceHashMap.Task.execute(ConcurrentReferenceHashMap.Reference<K, V> ref, ConcurrentReferenceHashMap.Entry<K, V> entry) Convenience method that can be used for tasks that do not need access toConcurrentReferenceHashMap.Entries.protected TConcurrentReferenceHashMap.Task.execute(ConcurrentReferenceHashMap.Reference<K, V> ref, ConcurrentReferenceHashMap.Entry<K, V> entry, ConcurrentReferenceHashMap.Entries entries) Execute the task.限定符构造器说明SoftEntryReference(ConcurrentReferenceHashMap.Entry<K, V> entry, int hash, ConcurrentReferenceHashMap.Reference<K, V> next, ReferenceQueue<ConcurrentReferenceHashMap.Entry<K, V>> queue) WeakEntryReference(ConcurrentReferenceHashMap.Entry<K, V> entry, int hash, ConcurrentReferenceHashMap.Reference<K, V> next, ReferenceQueue<ConcurrentReferenceHashMap.Entry<K, V>> queue) 类型变量类型为ConcurrentReferenceHashMap.Entry的cn.taketoday.util中的构造器参数限定符构造器说明SoftEntryReference(ConcurrentReferenceHashMap.Entry<K, V> entry, int hash, ConcurrentReferenceHashMap.Reference<K, V> next, ReferenceQueue<ConcurrentReferenceHashMap.Entry<K, V>> queue) WeakEntryReference(ConcurrentReferenceHashMap.Entry<K, V> entry, int hash, ConcurrentReferenceHashMap.Reference<K, V> next, ReferenceQueue<ConcurrentReferenceHashMap.Entry<K, V>> queue)