Uses of Enum Class
org.springframework.util.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
Modifier 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.Modifier 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)