Uses of Enum Class
org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
Packages that use 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
Subclasses with type arguments of type ConcurrentReferenceHashMap.ReferenceType in org.springframework.utilModifier and TypeClassDescriptionstatic enumVarious reference types supported by this map.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 newConcurrentReferenceHashMapinstance.ConcurrentReferenceHashMap(int initialCapacity, ConcurrentReferenceHashMap.ReferenceType referenceType) Create a newConcurrentReferenceHashMapinstance.