okay, I need a Vector (or another type of array) to contain only a certain Class of Objects, so that I can use the class operaters on any element of the vector without the programming environment (and possibly compiler) whining.

I was pretty sure that this was possible using the Vector thingie from java.util.* , but i can't find the right syntax.


HELP !