Uses of Class
org.springaicommunity.mcp.method.tool.utils.ConcurrentReferenceHashMap.Entry
Packages that use ConcurrentReferenceHashMap.Entry
-
Uses of ConcurrentReferenceHashMap.Entry in org.springaicommunity.mcp.method.tool.utils
Methods in org.springaicommunity.mcp.method.tool.utils that return ConcurrentReferenceHashMap.EntryModifier and TypeMethodDescriptionConcurrentReferenceHashMap.Reference.get()Return the referenced entry, ornullif the entry is no longer available.Methods in org.springaicommunity.mcp.method.tool.utils with parameters of type ConcurrentReferenceHashMap.EntryModifier and TypeMethodDescriptionConcurrentReferenceHashMap.ReferenceManager.createReference(ConcurrentReferenceHashMap.Entry<K, V> entry, int hash, ConcurrentReferenceHashMap.Reference<K, V> next) Factory method used to create a newConcurrentReferenceHashMap.Reference.