Help for this page

Select Code to Download


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