/* * List.java * * Created on March 3, 2008, 3:14 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package priorityqueuetest; /** * * @author suchenek */ public class List { public int head; public List tail; // }