public MyStack() { this.myLinkedList = new MyLinkedList(); }
public MyQueue() { this.myLinkedList = new MyLinkedList(); }