Uses of Class
org.springframework.util.ConcurrentReferenceHashMap.Entry
Packages that use ConcurrentReferenceHashMap.Entry
Package
Description
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
Uses of ConcurrentReferenceHashMap.Entry in org.springframework.util
Methods in org.springframework.util that return ConcurrentReferenceHashMap.EntryModifier and TypeMethodDescriptionConcurrentReferenceHashMap.Reference.get()Return the referenced entry, ornullif the entry is no longer available.Methods in org.springframework.util with parameters of type ConcurrentReferenceHashMap.EntryModifier and TypeMethodDescriptionConcurrentReferenceHashMap.ReferenceManager.createReference(ConcurrentReferenceHashMap.Entry<K, V> entry, int hash, @Nullable ConcurrentReferenceHashMap.Reference<K, V> next) Factory method used to create a newConcurrentReferenceHashMap.Reference.