how to set a maximum size for ArrayList?
in
Programming Questions
•
5 months ago
Hello all,
I m creating a particles system, with array list, i want to add particles but when they get to 100 i want them to die.
How to do it.
can i limit this function:
particles.add(new Particle(origin));
Tnx allot!
1