zhiqinghuang / lambdaj

Automatically exported from code.google.com/p/lambdaj
Apache License 2.0
0 stars 0 forks source link

LambdaList.sort(Object, option) should return LambdaList #109

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The return type of LambdaList.sort(Object, option) is LambdaCollection but 
should be LambdaList, as it is the case for the overloaded method 
LambdaList.sort(Object).

Original issue reported on code.google.com by 1l1a2...@gmail.com on 1 Jun 2013 at 2:49