Possible Duplicate:
How do I implement a Linked List in Java?
hi all,
I need to create linked list in java, but not from the built-in class, i want to create from the beginning. i have created a class and when i try to manually add elements, it worked, but how to implement add(element) method so i can add element to that linked list.
thanks.