I was reading some code that encouraged the use of vectors but my IDE is saying that it is an obsolete Collection.
I need to use Vector because it can does not need to be a set size. and I would
like to have a Vector of Vectors. Is there some other way to do this?
Maybe an example of a list of list or some other kind of collection.
thanks