Hastable

  • Thread starter Thread starter Kim D
  • Start date Start date
K

Kim D

Is there any way to get items out of a HashTable in the order they went in?
FIFO? I am banging my head here....

Thanks...

Kim
 
Dear Kim

No that is not possible, you can only extract your values with a key. I
suggest you use an ArrayList instead.

regards

Floris Briolas
 

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