| java | nice |
|---|---|
package test;
import java.util.*;
public class Foo {
static public List getList() {
List l = new ArrayList();
A a = new A("");
fun.setName(a,"ich");
l.add(a);
a = new A("");
fun.setName(a,"du");
l.add(a);
return l;
}
}
|
|
| Topic UsingNiceFromJava . { Edit | Attach | Ref-By | Printable | Diffs | r1.2 | > | r1.1 | More } |
|
Revision r1.2 - 07 Mar 2003 - 13:23 GMT - DanielBonniot Parents: WebHome > NiceTutorial |
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback. |