Linked Lists in Java Part 2
Posted: April 26th, 2008 | Filed under: General | Tags: Java, Lists, programmingIn Part One we learned the basics of using the Linked list class in java. I showed how to create, add, edit, and remove items from the list.
Now I am going to show you how to use the following functions:
.toString(), .equal(), .hashCode(), .isEmpty(), .subList(), .contains(),



