This is version 304.
It is not the current version, and thus it cannot be edited.
[Back to current version]
[Restore this version]
this mailing list thread .
What is this SandBox?
List list = new ArrayList();
...
CollectionUtils.forAllDo(list, new Closure() {
public void execute(Object obj) {
// execute something for each item obj
}
});
|
CreateDAO_zh
Attachments:
|