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.utilSubclasses with type arguments of type ConcurrentReferenceHashMap.Restructure in org.springframework.utilModifier and TypeClassDescriptionprotected static enumThe types of restructuring that can be performed.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 @Nullable ConcurrentReferenceHashMap.Reference<K, V> ConcurrentReferenceHashMap.getReference(@Nullable Object key, ConcurrentReferenceHashMap.Restructure restructure) Return aConcurrentReferenceHashMap.Referenceto theConcurrentReferenceHashMap.Entryfor the specifiedkey, ornullif not found.ConcurrentReferenceHashMap.Segment.getReference(@Nullable Object key, int hash, ConcurrentReferenceHashMap.Restructure restructure)