vote up 0 vote down star

I am looking for how the methods like ArrayList#sort(Closure) are implemented in Groovy. I've downloaded Groovy's source in a zip (http://groovy.codehaus.org/Building+Groovy+from+Source), but I can't find any file containing the source of extension methods to ArrayList. Does anyone know where these Groovy extensions for Java's collection API are located?

flag

78% accept rate

1 Answer

vote up 1 vote down check

Take a look at the sort methods of org.codehaus.groovy.runtime.DefaultGroovyMethods class.

link|flag
Nice! Quite an obscure place. Thanks for pointing out. – Buu Nguyen Sep 14 at 8:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.