List of all default methods

Jochen Theodorou blackdrag at gmx.org
Thu Nov 21 04:49:50 PST 2013


Am 21.11.2013 12:59, schrieb Remi Forax:
> On 11/21/2013 09:48 AM, Jochen Theodorou wrote:
>> Hi all,
>>
>> we already found we have some trouble with List#sort(Comparable) in
>> Groovy, but to be able to identify further problems it would be very
>> helpful to have a list of all default methods, that have been added. Is
>> there one somewhere?
>
> Not a beautiful code, it takes rt.jar as argument and do the job :)
[...]

thanks Remi ;)

from what I can see Groovy has only this one conflict of 
Iterable#sort(Comparable) from us with List#sort(Comparable) from jdk8. 
Is there any rationale behind adding a mutating sort method to List by 
default?

bye Jochen

-- 
Jochen "blackdrag" Theodorou - Groovy Project Tech Lead
blog: http://blackdragsview.blogspot.com/
german groovy discussion newsgroup: de.comp.lang.misc
For Groovy programming sources visit http://groovy-lang.org



More information about the lambda-dev mailing list