Uses of Enum Class
org.springframework.util.ConcurrentReferenceHashMap.Restructure
Packages that use ConcurrentReferenceHashMap.Restructure
Package
Description
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
Uses of ConcurrentReferenceHashMap.Restructure in org.springframework.util
Methods in org.springframework.util that return ConcurrentReferenceHashMap.RestructureModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ConcurrentReferenceHashMap.Restructure.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.util with parameters of type ConcurrentReferenceHashMap.RestructureModifier and TypeMethodDescriptionprotected final ConcurrentReferenceHashMap.Reference<K,
V> ConcurrentReferenceHashMap.getReference
(Object key, ConcurrentReferenceHashMap.Restructure restructure) Return aConcurrentReferenceHashMap.Reference
to theConcurrentReferenceHashMap.Entry
for the specifiedkey
, ornull
if not found.ConcurrentReferenceHashMap.Segment.getReference
(Object key, int hash, ConcurrentReferenceHashMap.Restructure restructure)