K Kim D Jul 22, 2004 #1 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
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
F Floris Briolas Jul 22, 2004 #2 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
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