Node

public class Node<T>

A generic Node implementation for items to be held in a linked list data structure.