Uses of Class
org.hotswap.agent.util.spring.collections.ConcurrentReferenceHashMap.Entry
-
Packages that use ConcurrentReferenceHashMap.Entry Package Description org.hotswap.agent.util.spring.collections -
-
Uses of ConcurrentReferenceHashMap.Entry in org.hotswap.agent.util.spring.collections
Methods in org.hotswap.agent.util.spring.collections that return ConcurrentReferenceHashMap.Entry Modifier and Type Method Description ConcurrentReferenceHashMap.Entry<K,V>ConcurrentReferenceHashMap.Reference. get()Returns the referenced entry ornullif the entry is no longer available.Methods in org.hotswap.agent.util.spring.collections 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.
-