Uses of Class
com.aspectran.core.util.ConcurrentReferenceHashMap.Entry
-
Packages that use ConcurrentReferenceHashMap.Entry Package Description com.aspectran.core.util -
-
Uses of ConcurrentReferenceHashMap.Entry in com.aspectran.core.util
Methods in com.aspectran.core.util that return ConcurrentReferenceHashMap.Entry Modifier and Type Method Description ConcurrentReferenceHashMap.Entry<K,V>ConcurrentReferenceHashMap.Reference. get()Return the referenced entry, ornullif the entry is no longer available.Methods in com.aspectran.core.util with parameters of type ConcurrentReferenceHashMap.Entry Modifier and Type Method Description ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap.ReferenceManager. createReference(ConcurrentReferenceHashMap.Entry<K,V> entry, int hash, ConcurrentReferenceHashMap.Reference<K,V> next)Factory method used to create a newConcurrentReferenceHashMap.Reference.
-