Uses of Class
org.hotswap.agent.util.spring.collections.ConcurrentReferenceHashMap.Restructure
-
Packages that use ConcurrentReferenceHashMap.Restructure Package Description org.hotswap.agent.util.spring.collections -
-
Uses of ConcurrentReferenceHashMap.Restructure in org.hotswap.agent.util.spring.collections
Methods in org.hotswap.agent.util.spring.collections that return ConcurrentReferenceHashMap.Restructure Modifier and Type Method Description static ConcurrentReferenceHashMap.RestructureConcurrentReferenceHashMap.Restructure. valueOf(String name)Returns the enum constant of this type with the specified name.static ConcurrentReferenceHashMap.Restructure[]ConcurrentReferenceHashMap.Restructure. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hotswap.agent.util.spring.collections with parameters of type ConcurrentReferenceHashMap.Restructure Modifier and Type Method Description protected ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap. getReference(Object key, ConcurrentReferenceHashMap.Restructure restructure)Return aConcurrentReferenceHashMap.Referenceto theConcurrentReferenceHashMap.Entryfor the specifiedkey, ornullif not found.ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap.Segment. getReference(Object key, int hash, ConcurrentReferenceHashMap.Restructure restructure)
-