array list

  • Thread starter Thread starter juli jul
  • Start date Start date
J

juli jul

Hello,
Is there any method in the arraylist which will return an object from
the list (according to it index)?
Thank you very much!
 
Is there any method in the arraylist which will return an object from
the list (according to it index)?

The indexer does that.

obj = yourArrayList[index];



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top