T
Tony Johansson
Hi!
I just wonder what is the point to return an int when you add an element to
this ArrayList ?
Is it just to check that you succeed to add an element to the ArrayList.
But on the other hand is it really possible that this Add method can return
anything else than 1.
I mean can this Add return 0 when you use an Add for the ArrayList
//Tony
I just wonder what is the point to return an int when you add an element to
this ArrayList ?
Is it just to check that you succeed to add an element to the ArrayList.
But on the other hand is it really possible that this Add method can return
anything else than 1.
I mean can this Add return 0 when you use an Add for the ArrayList
//Tony