P
puzzlecracker
I noticed in my code, which is essentially an api for the client, that
I return ArrayList object to the client. In my case, list consist of
some objects that user only need to iterate over, hence no
modification to list is done after it filled by me.
What do you think is the best data structure for this requirement?
Thanks
I return ArrayList object to the client. In my case, list consist of
some objects that user only need to iterate over, hence no
modification to list is done after it filled by me.
What do you think is the best data structure for this requirement?
Thanks