- or download this
public class Test {
public static void main(String[] args) {
...
v1.add(new Object());
}
}
- or download this
public class __CLASSNAME__ {
private java.util.Vector impl;
...
// The rest of java.util.Vector's interface here...
}
- or download this
#!/usr/bin/perl -w
...
Version $VERSION by Colin McMillen (mcmillen\@tc.umn.edu)
DONE
}
- or download this
./java-templater.pl ./generated_code Test.javat
cd generated_code
javac *.java
java Test