Uses of Class
cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Entry
-
Packages that use ConcurrentReferenceHashMap.Entry Package Description cn.sliew.milky.common.collect -
-
Uses of ConcurrentReferenceHashMap.Entry in cn.sliew.milky.common.collect
Methods in cn.sliew.milky.common.collect 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 cn.sliew.milky.common.collect 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.
-