/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ //Copyright Dr. Marek A. Suchenek, 2015 //All rights reserved package split; /** * * @author suchenek * @param */ public class List { public E head; public List tail; }