Is there a way to template classes in java (make them work with more than one data type). I've tried using Object and Number for the variable inside the class. This works limitedly with data going into the class, but requires an explicit cast after returning variables. I am trying to create a Vector class that will work with all data types.
-Greg :-Q
-Greg :-Q
