public Stack() { linkList = new DoubleLinkList <T>(); }
public Queue() { linkList = new DoubleLinkList <T>(); }