Generated by
JDiff

Package org.springframework.util

Added Classes and Interfaces
ConcurrentReferenceHashMap A ConcurrentHashMap that uses soft or ReferenceType#WEAK weak references for both {@code keys} and {@code values}.
ConcurrentReferenceHashMap.
Entry
A single map entry.
ConcurrentReferenceHashMap.
Reference
A reference to an Entry contained in the map.
ConcurrentReferenceHashMap.
ReferenceManager
Strategy class used to manage References.
ConcurrentReferenceHashMap.
ReferenceType
Various reference types supported by this map.
ConcurrentReferenceHashMap.
Restructure
The types of restructuring that can be performed.
ConcurrentReferenceHashMap.
Segment
A single segment used to divide the map to allow better concurrent performance.
 

Changed Classes and Interfaces
ErrorHandler A strategy for handling errors.
ReflectionUtils Simple utility class for working with the reflection API and handling reflection exceptions.