I was peeking around on the internet for a while today and noticed that there are a lot of tutorials on the internet for Linked Lists in Java but they all re-invent the wheel. While this is great for people who don't have the first idea about LinkedLists, why re-type all that code when Java has done it for you? And there aren't many great tutorials out there for using the JCC and if they are, they tell you about the interfaces, not the actual classes.
So I decided to write two source files that demonstrate a very simplistic use of the LinkedList class. The actual main class file is well commented explaining everything that's going on with the code while the dummy demo class is pretty much self-explainitory.
I hope that anyone who uses it finds it useful and constructive criticism is welcome.
Thanks for the heads-up. I wasn't really thinking "outside-the-box" when I wrote that. More or less I was flared up on how irritating it was for me to try and find something to help me with that topic.