Uses of Class
com.aspectran.utils.ConcurrentReferenceHashMap.Entry
Packages that use ConcurrentReferenceHashMap.Entry
Package
Description
Miscellaneous utility classes, such as utilities for working
with strings, classes, collections, reflection, etc.
-
Uses of ConcurrentReferenceHashMap.Entry in com.aspectran.utils
Methods in com.aspectran.utils that return ConcurrentReferenceHashMap.EntryModifier and TypeMethodDescriptionConcurrentReferenceHashMap.Reference.get()
Return the referenced entry, ornull
if the entry is no longer available.Methods in com.aspectran.utils with parameters of type ConcurrentReferenceHashMap.EntryModifier and TypeMethodDescriptionConcurrentReferenceHashMap.ReferenceManager.createReference
(ConcurrentReferenceHashMap.Entry<K, V> entry, int hash, ConcurrentReferenceHashMap.Reference<K, V> next) Factory method used to create a newConcurrentReferenceHashMap.Reference
.