Uses of Class
org.springframework.util.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
Modifier and TypeMethodDescriptionConcurrentReferenceHashMap.Reference.get()
Return the referenced entry, ornull
if the entry is no longer available.Modifier and TypeMethodDescriptionConcurrentReferenceHashMap.ReferenceManager.createReference
(ConcurrentReferenceHashMap.Entry<K, V> entry, int hash, ConcurrentReferenceHashMap.Reference<K, V> next) Factory method used to create a newConcurrentReferenceHashMap.Reference
.