Uses of Enum Class
org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
Packages that use ConcurrentReferenceHashMap.ReferenceType
Package
Description
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
-
Uses of ConcurrentReferenceHashMap.ReferenceType in org.springframework.util
Methods in org.springframework.util that return ConcurrentReferenceHashMap.ReferenceTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ConcurrentReferenceHashMap.ReferenceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.util with parameters of type ConcurrentReferenceHashMap.ReferenceTypeModifierConstructorDescriptionConcurrentReferenceHashMap
(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType referenceType) Create a newConcurrentReferenceHashMap
instance.ConcurrentReferenceHashMap
(int initialCapacity, ConcurrentReferenceHashMap.ReferenceType referenceType) Create a newConcurrentReferenceHashMap
instance.