Uses of Enum Class
org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
Package
Description
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
Uses of ConcurrentReferenceHashMap.ReferenceType in org.springframework.util
Modifier 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.ModifierConstructorDescriptionConcurrentReferenceHashMap
(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType referenceType) Create a newConcurrentReferenceHashMap
instance.ConcurrentReferenceHashMap
(int initialCapacity, ConcurrentReferenceHashMap.ReferenceType referenceType) Create a newConcurrentReferenceHashMap
instance.