/*
* Title: class LinkedList
* Description: Simple Linked List class to demonstrate the basic principles
* of implementing a linked list. This should not be taken as a production
* quality class (see the text book instead).
* Copyright: Copyright (c) 2002
* Company: Dept. of Computer Science, University College London
* @author Graham Roberts
* @version 1.0 01-Mar-02
*/
public class LinkedList