Uses of Class
org.hotswap.agent.util.spring.collections.ConcurrentReferenceHashMap.ReferenceType
-
Packages that use ConcurrentReferenceHashMap.ReferenceType Package Description org.hotswap.agent.util.spring.collections -
-
Uses of ConcurrentReferenceHashMap.ReferenceType in org.hotswap.agent.util.spring.collections
Methods in org.hotswap.agent.util.spring.collections that return ConcurrentReferenceHashMap.ReferenceType Modifier and Type Method Description static ConcurrentReferenceHashMap.ReferenceTypeConcurrentReferenceHashMap.ReferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConcurrentReferenceHashMap.ReferenceType[]ConcurrentReferenceHashMap.ReferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hotswap.agent.util.spring.collections with parameters of type ConcurrentReferenceHashMap.ReferenceType Constructor Description ConcurrentReferenceHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType referenceType)Create a newConcurrentReferenceHashMapinstance.ConcurrentReferenceHashMap(int initialCapacity, ConcurrentReferenceHashMap.ReferenceType referenceType)Create a newConcurrentReferenceHashMapinstance.
-