Uses of Enum Class
org.springaicommunity.mcp.method.tool.utils.ConcurrentReferenceHashMap.ReferenceType
Packages that use ConcurrentReferenceHashMap.ReferenceType
-
Uses of ConcurrentReferenceHashMap.ReferenceType in org.springaicommunity.mcp.method.tool.utils
Methods in org.springaicommunity.mcp.method.tool.utils 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.springaicommunity.mcp.method.tool.utils 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.