public class Node
{
private 	Object value;
private
   Node   next;
}// end class