Generated by
JDiff

Class org.springframework.util.ConcurrentReferenceHashMap

Documentation changed from old to new.

Changed Constructors
ConcurrentReferenceHashMap(int) Documentation changed from old to new.
Create a new {@code ConcurrentReferenceHashMap} instance.
ConcurrentReferenceHashMap(int, float) Documentation changed from old to new.
Create a new {@code ConcurrentReferenceHashMap} instance.
ConcurrentReferenceHashMap(int, float, int) Documentation changed from old to new.
Create a new {@code ConcurrentReferenceHashMap} instance.
ConcurrentReferenceHashMap(int, float, int, ReferenceType) Documentation changed from old to new.
Create a new {@code ConcurrentReferenceHashMap} instance.
ConcurrentReferenceHashMap(int, int) Documentation changed from old to new.
Create a new {@code ConcurrentReferenceHashMap} instance.
ConcurrentReferenceHashMap(void) Documentation changed from old to new.
Create a new {@code ConcurrentReferenceHashMap} instance.
 

Changed Methods
int calculateShift(int, int) Documentation changed from old to new.
Calculate a shift value that can be used to create a power-of-two value between the specified maximum and minimum values.