Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch
Description
Add List.removeAt(int) and Collection.removeElement(Object), because for List<Integer>, List.remove(int) and Collection.remove(Object) are troublemakers.
The pull request is here.
https://github.com/groovy/groovy-core/pull/485