|
-
May 10th, 2004, 06:26 PM
#1
Thread Starter
Hyperactive Member
best data structure
Hi everybody. I'm trying to choose the best data structure to hold the following information:
I have a Student class, which consists of several data member and methods. I need to be able to process a list of thousands of Students in any order, but I also need to be able to reference each Student from the list individually. I will adding to and removing form the list very frequently.
Would an ArrayList make the most sense for this?
Thanks.
Last edited by spandex44; May 11th, 2004 at 06:19 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|