Image

Imagejizmunci wrote in Imagejava_dev

vectors and such

I have some very basic classes. They only have get/set methods.

however, I need to populate the variables in a loop. An array would deal with this easily if I knew how many times the loop would be repeated but I do not have this information.
How can I do this? I was going to use a vector but it looks more troublesome that in c++ (which I'm more used to).

Suggestions?