|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Constructors | |
Class ) |
Create a new CustomCollectionEditor for the given target type, keeping an incoming {@code null} as-is. |
Class, |
Create a new CustomCollectionEditor for the given target type. |
Added Constructors | |
Class<Collection> ) |
Create a new CustomCollectionEditor for the given target type, keeping an incoming {@code null} as-is. |
Class<Collection>, |
Create a new CustomCollectionEditor for the given target type. |
Changed Methods | ||
Collection<Object> createCollection(Class<Collection>, |
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). |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |