raghu123
05-18-2006, 04:36 AM
I have 5 objects(java beans) in Collection.
I need retrive object from index 3 in collection modify it and add to same index.
What is best collection for this requirement.
At present i tried this with arraylist.
But in addition to object with 3 rd index modified i am getting one more object added in Arraylist i.e 6 objects in collection.
I need retrive object from index 3 in collection modify it and add to same index.
What is best collection for this requirement.
At present i tried this with arraylist.
But in addition to object with 3 rd index modified i am getting one more object added in Arraylist i.e 6 objects in collection.