Generated by
JDiff

Class org.springframework.beans.propertyeditors.CustomCollectionEditor

Removed Constructors
CustomCollectionEditor(Class) Create a new CustomCollectionEditor for the given target type, keeping an incoming {@code null} as-is.
CustomCollectionEditor(Class, boolean) Create a new CustomCollectionEditor for the given target type.
 

Added Constructors
CustomCollectionEditor(Class<Collection>) Create a new CustomCollectionEditor for the given target type, keeping an incoming {@code null} as-is.
CustomCollectionEditor(Class<Collection>, boolean) Create a new CustomCollectionEditor for the given target type.
 

Changed Methods
Collection<Object> createCollection(Class<Collection>, int) Change in return type from Collection to Collection<Object>.
Change in signature from (Class, int) to (Class<Collection>, int).
Create a Collection of the given type, with the given initial capacity (if supported by the Collection type).