MethodDescriptions are immutable, and properly implement equals() and hashCode(); they are often used as keys in Maps.
The natural sort order for a MethodDescription is ascending order by method name, then descending order by number of parameters (for the same name). Sort order is not currently specified for overrides of the same method with the same number of parameters.
TODO: Handling generic types.
MethodDescriptions are immutable, and properly implement equals() and hashCode(); they are often used as keys in Maps.
The natural sort order for a MethodDescription is ascending order by method name, then descending order by number of parameters (for the same name). Sort order is not currently specified for overrides of the same method with the same number of parameters.
TODO: Handling generic types.
|
|
|
|
|
|
|
|