Class VectorTest

java.lang.Object
   |
   +----VectorTest

public class VectorTest
extends Object
This class tests the use of vectors

Version:
1.0
Author:
Daryl Moulder

Constructor Index

 o VectorTest()
This method creats a new vector puts in a test object and tests to see if it is there.

Method Index

 o main(String[])
This method is the main method

Constructors

 o VectorTest
 public VectorTest()
This method creats a new vector puts in a test object and tests to see if it is there.

Methods

 o main
 public static void main(String args[])
This method is the main method

Parameters:
StringArray[] - some command line arguments in an array