acess an object from a LinkedList
Hi,
I am not able to acess an object from a LinkedList. How can I access it and assigned it to an object.. I attached all the program..
Please help me..
Hi,
I am not able to acess an object from a LinkedList. How can I access it and assigned it to an object.. I attached all the program..
Please help me..
Have a look at LinkedList's add(...) and get(...) methods:
http://java.sun.com/j2se/1.5.0/docs/api/java/util/LinkedList.html